Skip to content

Version 1.2

Compare
Choose a tag to compare
@bartnv bartnv released this 24 Mar 19:04
· 25 commits to main since this release

New features in this release:

  • The 'emit' option makes xml-to-postgres output certain SQL statements around the data to make it easier to create or update the tables in the database. This is a convenience function that's not expected to work in all circumstances, but can be useful while testing/prototyping.
  • Various improvements in the ways xml-to-postgres can create additional tables with one-to-many and many-to-many relationships between them. See Relations in the wiki for more information.
  • Add 'seri' option to create an auto-incrementing integer column (a serial in postgres terms, hence the option name).
  • Add 'hush' option to suppress certain notices and warnings.
  • Add aggregate option "last"

Other changes:

  • Improve error messages
  • Performance improvements for gml-to-ewkb