slackhq / hack-sql-fake

A library for testing database driven code in Hack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support UPDATE queries with joins

ssandler opened this issue · comments

Like this:

SET ...
FROM table1 t1 JOIN table2 t2 ON t1.id = t2.t1_id WHERE ...