summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2009-03-02 11:07:36 +0100
committerFederico Di Gregorio <fog@initd.org>2009-03-02 11:07:36 +0100
commita574321fcde5be521f9727e82feeef7e5afc4f24 (patch)
tree1b04ea5a0ec4558272c0174a1766a1d7ea77e769
parent1daf300ca310adbbd52687aea62b08ef5a59f37c (diff)
downloadpsycopg2-a574321fcde5be521f9727e82feeef7e5afc4f24.tar.gz
NEWS for 2.0.10
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb50374..b202b89 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,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.
- float values Inf and NaN are now correctly handled and can