root/pg8000/pg8000-v1.01/CHANGELOG

Revision 829, 0.8 kB (checked in by mfenniak, 2 years ago)

Update setup.py for 1.01 release

Line 
1 Version 1.01, 2007-03-09
2 ------------------------
3
4 - Add support for writing floats and decimal objs up to PG backend.
5
6 - Add new error handling code and tests to make sure connection can recover
7   from a database error.
8
9 - Fixed bug where timestamp types were not always returned in the same binary
10   format from the PG backend.  Text format is now being used to send
11   timestamps.
12
13 - Fixed bug where large packets from the server were not being read fully, due
14   to socket.read not always returning full read size requested.  It was a
15   lazy-coding bug.
16
17 - Added locks to make most of the library thread-safe.
18
19 - Added UNIX socket support.
20
21
22 Version 1.00, 2007-03-08
23 ------------------------
24
25 - First public release.  Although fully functional, this release is mostly
26   lacking in production testing and in type support.
27
Note: See TracBrowser for help on using the browser.