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
Any command which outputs JSON would fail in 0.7.0 when run in a terminal unless a JSON style other than --pretty was explicitly specified, due to a change in the pygments library which Sno's JSON syntax-highlighting code failed to accomodate. This is fixed in the 0.7.1 release. #335
0.7.0
Major changes in this release
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