Skip to content

Releases: Segfault-Inc/Multicorn

Multicorn 1.3.2

24 Feb 12:57
Compare
Choose a tag to compare

This release contains bugfixes for PostgreSQL 9.5.1.

Multicorn 1.3.1

12 Jan 20:16
Compare
Choose a tag to compare

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

11 Jan 08:50
Compare
Choose a tag to compare
- 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