NEWS for 2.0.10

This commit is contained in:
Federico Di Gregorio 2009-03-02 11:07:36 +01:00
parent 1daf300ca3
commit a574321fcd

13
NEWS
View File

@ -1,6 +1,19 @@
What's new in psycopg 2.0.9
---------------------------
* New features:
- "import psycopg2.extras" to get some support for handling times
and timestamps with seconds in the time zone offset.
- DictCursors can now be used as named cursors.
* Bug fixes:
- register_type() now accept an explicit None as its second parameter.
- psycopg2 should build again on MSVC and Solaris.
What's new in psycopg 2.0.9
---------------------------
* New features:
- COPY TO/COPY FROM queries now can be of any size and psycopg will
correctly quote separators.