Releases: Segfault-Inc/Multicorn
Releases · Segfault-Inc/Multicorn
Multicorn 1.3.2
Multicorn 1.3.1
This release only contains a bugfix to an oversight: the sqlalchemy fdw tried to push NULLS FIRST, NULLS LAST clauses without considering if the target database supported it.
Multicorn 1.3.0
- Add support for SORT pushdown (Thanks to Julien Rouhaud !)
- Add support for EXPLAIN
- Follow API changes from 9.5 rc1
- Improve python 2.6 compatibility