mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
NEWS for 2.0.10
This commit is contained in:
parent
1daf300ca3
commit
a574321fcd
13
NEWS
13
NEWS
|
@ -1,6 +1,19 @@
|
||||||
What's new in psycopg 2.0.9
|
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:
|
* New features:
|
||||||
- COPY TO/COPY FROM queries now can be of any size and psycopg will
|
- COPY TO/COPY FROM queries now can be of any size and psycopg will
|
||||||
correctly quote separators.
|
correctly quote separators.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user