Skip to content

Releases: opengisch/pirogue

2.2.0: use child default pkey when inserting in single inheritance (#34)

05 Jul 14:14
265151e
Compare
Choose a tag to compare
* use child default pkey when inserting in single inheritance

* fix

* adapt

2.1.0

09 Apr 15:17
9cbf10f
Compare
Choose a tag to compare
support for both psycopg2 and 3 (#32)

* support for both psycopg2 and 3

* fix

* more imports

* monkey patch

* update PG versions

* adapt README

2.0.1

09 Apr 09:02
9969668
Compare
Choose a tag to compare

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

09 Apr 08:16
9969668
Compare
Choose a tag to compare
2.0.1-beta3 Pre-release
Pre-release
fix format

2.0.1-beta1: move to psycopg3 (#30)

09 Apr 05:51
b042487
Compare
Choose a tag to compare
Pre-release
* move to psycopg3

* variables

2.0.0-beta2

09 Apr 06:09
ef3a073
Compare
Choose a tag to compare
fix raise notice (#31)

1.4.2

25 Oct 12:21
Compare
Choose a tag to compare
fix workflows

bugfix release

10 Jun 14:40
50e1464
Compare
Choose a tag to compare

Fixed issue brought column ordering introduced in 1.4.0

1.4.0: Merge pull request #14 from olivierdalang/deterministic_column_order

01 Jun 14:19
3c6368d
Compare
Choose a tag to compare

Column order in views and trigger functions is now deterministic (alphabetically sorted)

1.3.4

16 Apr 11:11
20103ba
Compare
Choose a tag to compare
Update release.yml