[BUG] "FOR UPDATE must specify unqualified relation names" with .forUpdate([tbl])
and .withSchema(schema)
#1324
Labels
bug
Something isn't working
built-in plugin
Related to a built-in plugin
postgres
Related to PostgreSQL
forUpdate
with specified table names causes a PG error if the query uses an explicitwithSchema
with error:FOR UPDATE must specify unqualified relation names
Repro:
The text was updated successfully, but these errors were encountered: