morphismtech / squeal

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

Make manipulated tables aliasable #254

Closed echatav closed 4 years ago

echatav commented 4 years ago

The table being manipulated in insertInto, update and deleteFrom can be re-aliased and then referenced by its new alias.

echatav commented 4 years ago

resolves #254