Changeset 826

Show
Ignore:
Timestamp:
03/10/07 00:15:20 (2 years ago)
Author:
mfenniak
Message:

update changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pg8000/trunk/CHANGELOG

    r814 r826  
    1 Version 1.0, 2007-03-08 
     1Version 1.01, 2007-03-.. 
     2------------------------ 
     3 
     4- Add new error handling code and tests to make sure connection can recover 
     5  from a database error. 
     6 
     7- Fixed bug where timestamp types were not always returned in the same binary 
     8  format from the PG backend.  Text format is now being used to send 
     9  timestamps. 
     10 
     11- Fixed bug where large packets from the server were not being read fully, due 
     12  to socket.read not always returning full read size requested.  It was a 
     13  lazy-coding bug. 
     14 
     15- Added locks to make most of the library thread-safe. 
     16 
     17- Added UNIX socket support. 
     18 
     19 
     20Version 1.00, 2007-03-08 
    221----------------------- 
    322