We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5be8e commit 9ca8499Copy full SHA for 9ca8499
CHANGELOG
@@ -1,3 +1,6 @@
1
+1.3.1:
2
+ - Fixes issues with nullsfirst / nullslast in sqlalchemyfdw (thanks to
3
+ KyleLilly)
4
1.3.0:
5
- Add support for SORT pushdown (Thanks to Julien Rouhaud !)
6
- Add support for EXPLAIN
multicorn.control
@@ -1,4 +1,4 @@
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
-default_version = '1.3.0'
+default_version = '1.3.1'
module_pathname = '$libdir/multicorn'
relocatable = true
0 commit comments