Author: cito
Date: Tue May  8 05:32:01 2012
New Revision: 435

Log:
Update the changelog.

Modified:
   trunk/docs/changelog.txt

Modified: trunk/docs/changelog.txt
==============================================================================
--- trunk/docs/changelog.txt    Tue May  8 05:18:10 2012        (r434)
+++ trunk/docs/changelog.txt    Tue May  8 05:32:01 2012        (r435)
@@ -4,11 +4,16 @@
 
 Version 4.x
 -----------
+- Support the PostgreSQL 9.0 and 9.1 versions.
+- Particularly, support PQescapeLiteral() and PQescapeIdentifier().
 - The execute() and executemany() methods now return the cursor object,
   so you can now write statements like "for row in cursor.execute(...)"
   (as suggested by Adam Frederick).
 - Binary objects are now automatically escaped and unescaped.
 - Bug in money quoting fixed.  Amounts of $0.00 handled correctly.
+- Proper handling of date and time objects as input.
+- Proper handling of floats with 'nan' or 'inf' values as input.
+- Fixed the set_decimal() function.
 - All DatabaseError instances now have a sqlstate attribute.
 
 Version 4.0 (2009-01-01)
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to