We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76a310 commit 5c7c44dCopy full SHA for 5c7c44d
CHANGELOG
@@ -1,3 +1,8 @@
1
+1.3.0:
2
+ - Add support for SORT pushdown (Thanks to Julien Rouhaud !)
3
+ - Add support for EXPLAIN
4
+ - Follow API changes from 9.5 rc1
5
+ - Improve python 2.6 compatibility
6
1.2.4:
7
- Restore compatibility with python 2.6 (Thanks to Asya Kamsky !)
8
- Follow API change from 9.5 beta2
multicorn.control
@@ -1,4 +1,4 @@
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
-default_version = '1.2.4'
+default_version = '1.3.0'
module_pathname = '$libdir/multicorn'
relocatable = true
0 commit comments