Skip to content

3.3.0

Choose a tag to compare

@bosborn bosborn released this 09 Jul 21:37
· 360 commits to master since this release

Version 3.3.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage-core|3.3.0|jar

3.3.0 (07-09-2019)

  • sf-wkb version 2.0.2
  • sf-proj version 3.0.1
  • oapi-features-json version 1.0.0
  • Alter table support: rename table, rename column, add column, drop column, alter column, copy table
  • User DAO and table alter support: add, rename, drop, alter
  • GeoPackage rename table, copy table, foreign keys, and vacuum support
  • Automatic user column index assignments
  • Transaction shortcut methods for the GeoPackages, connections, and User DAOs
  • User column shortcut creation methods
  • User table and user column copy methods and constructors
  • SQL utilities for tables, columns, foreign keys, views, data transfers, checks, and vacuum
  • SQLite Master table (sqlite_master) support
  • Table Info (PRAGMA table_info) support
  • Table and column mapping for table alterations
  • Table and column constraints, including manual creation and automatic table parsing
  • Core table readers
  • Date Converter check for date functions
  • GeoPackage Data Type find by name method
  • Extensions table copy support
  • Missing extension table rows for Metadata Extension and Schema Extension
  • Missing comma in gpkg_2d_gridded_coverage_ancillary table schema
  • gpkg_data_columns table: removed foreign key requirement, unique constraint update
  • Missing comma in nga_tile_scaling table schema
  • OGC API Features download to GeoPackage support
  • Modifiable GeoPackageIOUtils copy buffer, defaulted at 8k byte chunks