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
Hi,
I am doing some testing with db-sync and I have found the issue below with initiating db-sync from postgresql.
What is the issue:
Error creating a gpkg from postgresql layers
How to replicate:
I have a table with a date field defined as follow : survey_date timestamp with time zone
Eg.
Create` table survey (
id text,
survey_name text,
survey_date timestamp with time zone
);
Error:
The base schema and the output GPKG do not exist yet, going to initialize them ...
survey_v01 | Warn: Converting PostgreSQL type timestamp with time zone to base type unsuccessful, using text.
survey_v01 | Warn: Converting PostgreSQL type timestamp with time zone to base type unsuccessful, using text.
survey_v01 | Warn: Converting PostgreSQL type timestamp with time zone to base type unsuccessful, using text.
survey_v01 | Warn: Converting PostgreSQL type timestamp with time zone to base type unsuccessful, using text.
survey_v01 | Warn: Converting PostgreSQL type timestamp with time zone to base type unsuccessful, using text.
survey_v01 | Warn: Converting PostgreSQL type timestamp with time zone to base type unsuccessful, using text.
survey_v01 | Error: copy failed!
survey_v01 | GEODIFF: Error: unknown value type: timestamp with time zone
The text was updated successfully, but these errors were encountered:
Hi,
I am doing some testing with db-sync and I have found the issue below with initiating db-sync from postgresql.
What is the issue:
Error creating a gpkg from postgresql layers
How to replicate:
I have a table with a date field defined as follow : survey_date timestamp with time zone
Eg.
Error:
The text was updated successfully, but these errors were encountered: