Closed Mr-Andersen closed 4 months ago
PostgreSQL supports WITH and FROM in UPDATE queries (src). Esqueleto doesn't seem to support constructing such queries?
WITH
FROM
UPDATE
Yes, that's correct. There's a big ticket for making a postgres specific update here: https://github.com/bitemyapp/esqueleto/issues/306
update
PostgreSQL supports
WITH
andFROM
inUPDATE
queries (src). Esqueleto doesn't seem to support constructing such queries?