File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 1.2.0:
2+ - Add support for IMPORT FOREIGN SCHEMA
3+ - Fix issue with pymssql behavior (#100, thanks to homelink for reporting
4+ it)
151.1.1:
26 - Fixes to the build system on MacOSX (Ray Ruvinskiy)
37 - Fix bug with dropped attributes during DML operations
Original file line number Diff line number Diff line change 33 "abstract" : " Multicorn Python bindings for Postgres 9.2+ Foreign Data Wrapper" ,
44 "description" : " The Multicorn Foreign Data Wrapper allows you to write foreign data wrappers in python." ,
55 "version" : " __VERSION__" ,
6- "maintainer" : " Kozea " ,
6+ "maintainer" : " Ronan Dunklau <ronan@dunklau.fr> " ,
77 "license" : {
88 "PostgreSQL" : " http://www.postgresql.org/about/licence"
99 },
Original file line number Diff line number Diff line change 11comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
2- default_version = '1.1.1 '
2+ default_version = '1.2.0 '
33module_pathname = '$libdir/multicorn'
44relocatable = true
You can’t perform that action at this time.
0 commit comments