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
Supported field types (uuid, vectors of data, ...)
Export to postgres (differential export...)
Differential import from postgres
Error handling (should work, to be tested)
...
First results on field types:
Type
Import
Export Geopkg
boolean
OK
Failed
bigint
OK
OK
character varying
OK
OK
date
OK
OK
real
OK
OK
text
OK
OK
numeric
OK
OK
bigint[]
OK
OK
timestamp
OK
OK
uuid
OK
Failed
Summary: Import to geogig works for all tested field types. Export to GeoPackage fails for boolean and uuid.
I created the following issues on the geogig bug tracker for these problems:
Open points:
First results on field types:
Summary: Import to geogig works for all tested field types. Export to GeoPackage fails for boolean and uuid.
I created the following issues on the geogig bug tracker for these problems:
Further basic limitations are:
The text was updated successfully, but these errors were encountered: