morphismtech / squeal

Squeal, a deep embedding of SQL in Haskell
350 stars 32 forks source link

update using #252

Closed echatav closed 4 years ago

echatav commented 4 years ago

resolves #212 adding FROM clauses to update by re-using UsingClauses from deleteFrom. This is slightly different from SQL bc in SQL only DELETE uses USING, update uses FROM, but otherwise they're identical.