You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with inline params, instead of binded/prepared once. This was due an issue in the vendor postgres library. (porsager/postgres#58)
Should be done right (packages/code-gen/src/generators/sql/templates/sqlWhereClauseUnsafe.tmpl): query += ANY (ARRAY['${where.{{= it.name }}.join("\', \'")}']::uuid[]); L22