Kamirus / purescript-selda

A type-safe, high-level SQL library for PureScript
MIT License
90 stars 3 forks source link

`insert` should return full table row #18

Closed paluh closed 5 years ago

paluh commented 5 years ago

I think that the main purpose of RETURING in INSERT clause in postgresql is to access data which were not inserted by the query because we have on hand inserted subset :-)

Is it possible to extend resulting row values to full table column set?