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

Modified Files:
        future.txt 
Log Message:
Added a note to handle quoted identifiers in the pg module.
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/future.txt.diff?r1=1.30&r2=1.31

Index: future.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/future.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- future.txt  14 Aug 2009 12:46:45 -0000      1.30
+++ future.txt  12 Dec 2009 22:09:41 -0000      1.31
@@ -12,6 +12,9 @@
 - The C module needs to be cleaned up and redundant code merged,
   and should get its own unit test module.
 - Clean up test_pg.py and merge it with TEST_PyGreSQL_classic.py.
+- The test suite for the classic module should also check that quoted
+  mixed-case identifiers can be used everywhere - currently they can't.
+  Improve pg.py accordingly, adding quotes etc. as needed.
 - What shall we do with the "tutorial" directory
   (it's rather a tutorial for Postgres/SQL than for PyGreSQL,
   it's using only the query method from the classic pg module and

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

Reply via email to