Changeset 849

Show
Ignore:
Timestamp:
03/13/07 15:24:03 (2 years ago)
Author:
mfenniak
Message:

Update CHANGELOG

Files:

Legend:

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

    r829 r849  
     1Version 1.02, 2007-03-13 
     2------------------------ 
     3 
     4- Add complete DB-API 2.0 interface. 
     5 
     6- Add basic SSL support via ssl connect bool. 
     7 
     8- Rewrite pg8000_test.py to use Python's unittest library. 
     9 
     10- Add bytea type support. 
     11 
     12- Add support for parameter output types: NULL value, timestamp value, python 
     13long value. 
     14 
     15- Add support for input parameter type oid. 
     16 
     17 
    118Version 1.01, 2007-03-09 
    219------------------------