~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Federico Di Gregorio
  • Date: 2005-01-20 05:49:40 UTC
  • Revision ID: fog-7e871bddd10637cd35a35849556d0b49b4be53b4
License changes. Fixes. Added register_adapter().

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
What's new in psycopg 1.99.12
 
2
-----------------------------
 
3
 
 
4
* .rowcount should be ok and in sync with psycopg 1.
 
5
 
 
6
* Strings can contain NULLs and are quoted accordingly.
 
7
 
 
8
* Implemented the new COPY FROM/COPY TO code when connection to the
 
9
  backend using libpq protocol 3 (this also removes all asprintf calls:
 
10
  build on win32 works again.) A protocol 3-enabled psycopg *can*
 
11
  connect to an old protocol 2 database and will detect it and use the
 
12
  right code.
 
13
 
1
14
What's new in psycopg 1.99.11
2
15
-----------------------------
3
16