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

Modified Files:
        future.txt 
Log Message:
Updated to do list.
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/future.txt.diff?r1=1.9&r2=1.10

Index: future.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/future.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- future.txt  19 Nov 2008 22:10:17 -0000      1.9
+++ future.txt  19 Nov 2008 22:26:39 -0000      1.10
@@ -6,11 +6,14 @@
 To Do
 -----
 
+- Add check that we have at least Py 2.3 and Pg 7.4,
+  remove or rewrite cruft with old smell (has_key, type() etc.)
 - Support PQescapeStringConn and PQescapeByteaConn
   (see also http://www.postgresql.org/docs/techdocs.49).
 - Use PQescapeStringConn in the _quote() function of pg and pgdb
   (escaping via backslash is not standard and produces warnings
   in newer PostgreSQL versions).
+- Code marked with XXX in the pg module
 - pg relies on OIDs, but these are not generated by default any more
   (at least docs should recommend setting default_with_oids=true).
 - install.txt talks about MSVC 2003, we should try using 2005/2008

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

Reply via email to