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
If there are no changes in the PostgreSQL table, geodiff generates wrong query to fetch updated columns:
UPDATE "schema"."table" SET WHERE "id" = 2
As a result it fails to create changeset with the error
Error: apply changeset failed!
GEODIFF: Error: postgres cmd error: ERROR: syntax error at or near "WHERE"
LINE 1: ... "schema"."table" SET WHERE "id"...
The text was updated successfully, but these errors were encountered:
Normally this should not happen, only with invalid diffs (where update entry has no actual changes recorded), so when this happens, the actual underlying issue is somewhere else...
If there are no changes in the PostgreSQL table, geodiff generates wrong query to fetch updated columns:
As a result it fails to create changeset with the error
The text was updated successfully, but these errors were encountered: