Releases: opengisch/pirogue
Releases · opengisch/pirogue
2.2.0: use child default pkey when inserting in single inheritance (#34)
2.1.0
2.0.1
Breaking changes
- pirogue now uses
psycopg.sql.SQL.format
for variables. Variables should therefore now be specified in curly braces instead of using%(var_name)s
.
What's Changed
Full Changelog: 1.4.2...2.0.1
2.0.1-beta3
fix format
2.0.1-beta1: move to psycopg3 (#30)
* move to psycopg3 * variables
2.0.0-beta2
fix raise notice (#31)
1.4.2
fix workflows
bugfix release
Fixed issue brought column ordering introduced in 1.4.0
1.4.0: Merge pull request #14 from olivierdalang/deterministic_column_order
Column order in views and trigger functions is now deterministic (alphabetically sorted)