bitemyapp / esqueleto

New home of Esqueleto, please file issues so we can get things caught up!
BSD 3-Clause "New" or "Revised" License
376 stars 108 forks source link

WITH+UPDATE / UPDATE FROM in PostgreSQL? #396

Closed Mr-Andersen closed 4 months ago

Mr-Andersen commented 4 months ago

PostgreSQL supports WITH and FROM in UPDATE queries (src). Esqueleto doesn't seem to support constructing such queries?

parsonsmatt commented 4 months ago

Yes, that's correct. There's a big ticket for making a postgres specific update here: https://github.com/bitemyapp/esqueleto/issues/306