forked from Segfault-Inc/Multicorn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
31 lines (30 loc) · 1.11 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1.0.0beta1:
- Fix many many memory related bugs
- Add gcfdw to help debugging python reference counting bugs.
- Let the structuredfs work with file-like objects.
0.9.2.1:
- Fix bug in log_to_postgres utility function, leading to SIGABRT from
python.
0.9.2:
- Move to PG 9.2 fdw API.
- Add support to declared parameterized paths
0.9.1
- Improvements to the imap fdw
- last supported version with pg 9.1.
0.0.9
- Break backwards compatibility: the column definition to the foreign data
wrapper constructor is now a dictionary of column names to their types.
- Add python2.6 compatibility
- Add sqlalchemy foreign data wrapper
- Remove sqlite foreign data wrapper
0.0.8
- Added minimal documentation in the doc folder
0.0.7
- Fix bug with 64bits platform on text and bytea types
0.0.6
- Fix operand switching, replacing the operator by its commutator
- Removed ANY, CONTAINS, IN support for a more general approach
- Fix many bugs in imapfdw
0.0.5
- Fix bug on Postgresql exceptions management
- Replaced imaplib by imapclient for better server compatibility