Patchset copy_expert 1/5.

This commit is contained in:
Federico Di Gregorio 2007-05-29 08:13:40 +00:00
parent a779c8ef99
commit a23de80c6b
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2007-05-29 Federico Di Gregorio <fog@initd.org>
* Applied whitespace normalization patch from David Rushby (copy_expert set.)
2007-04-25 Federico Di Gregorio <fog@initd.org>
* psycopg/connection_type.c: added support for a new method

4
NEWS
View File

@ -17,6 +17,10 @@ What's new in psycopg 2.0.6
* copy_to and copy_from now take an extra "columns" parameter.
* Python tuples are now adapted to SQL sequences that can be used with
the "IN" operator by default if the psycopg2.extensions module is
imported (i.e., the SQL_IN adapter was moved from extras to extensions.)
* Fixed some small buglets and build glitches:
- removed double mutex destroy
- removed all non-constant initializers