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
Support for importing data without a primary key. Since the Sno model requires that every feature has a primary key, primary keys are assigned during import. #212
Support for checking out a dataset with a string primary key (or other non-integer primary key) as a GPKG working copy. #307
Minor features / fixes:
Improved error recovery: Sno commands now write to the working copy within a single transaction, which is rolled back if the command fails. #281