File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.0:
2
+ - ldap_fdw:
3
+ - use the ldap3 module for python3 compatibility (Guillaume Ayoub)
4
+ - allow types other than varchar (Guillaume Ayoub)
5
+ - sqlalchemy_fdw: explictly pass "stream_results" options
6
+ - fix some bugs wrt array handling
7
+ - Build:
8
+ - add support for VPATH builds (Markus Wanner, Christoph Berg)
9
+ - rssfdw:
10
+ - more flexibility for rss feeds
1
11
1.0.4:
2
12
- Add support for upcoming AFTER TRIGGERs on foreign tables.
3
13
- Fix reference counting bug in messages
Original file line number Diff line number Diff line change 1
1
comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper'
2
- default_version = '1.0.4 '
2
+ default_version = '1.1.0 '
3
3
module_pathname = '$libdir/multicorn'
4
4
relocatable = true
You can’t perform that action at this time.
0 commit comments