Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv3551/docs

Modified Files:
        changelog.txt 
Log Message:
Escape and unescape Binary objects (as suggested by Dan McDonald).
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/changelog.txt.diff?r1=1.40&r2=1.41

Index: changelog.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/changelog.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- changelog.txt       2 Apr 2009 22:18:59 -0000       1.40
+++ changelog.txt       22 Oct 2009 17:46:45 -0000      1.41
@@ -7,6 +7,7 @@
 - The execute() and executemany() methods now return the cursor object,
   so you can now write statemens like "for row in cursor.execute(...)"
   (as suggested by Adam Frederick).
+- Binary objects are now automatically escaped and unescaped.
 
 Version 4.0 (2009-01-01)
 ------------------------

_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to