From: Gerhard H?r. <gha...@us...> - 2002-12-09 13:45:56
|
Update of /cvsroot/pypgsql/pypgsql In directory sc8-pr-cvs1:/tmp/cvs-serv21122 Modified Files: TODO Log Message: 09DEC2002 gh Updated TODO by deleting items that are already done. Index: TODO =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/TODO,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TODO 2 Oct 2002 11:49:10 -0000 1.4 --- TODO 9 Dec 2002 13:45:53 -0000 1.5 *************** *** 6,20 **** ========== ! * Unicode support - Add automatic encoding conversion to the last patch on ! Sourceforge. (gh) ! ! * transparent use of refcursors returned from execute/callproc. This will ! require the addition of a type that reflects PostgreSQL cursor objects (in ! contrast to Python DB-API cursor objects). This object will be very similar ! to Python DB-API cursor objects, but not have any execute or callproc methods ! ! * a PgArray type for PostgreSQL ARRAYs. lists and tuples are no longer ! converted to PostgreSQL ARRAYs, but are instead quoted for insertion into the ! SQL IN function * support for all standard PostgreSQL data types (point, line, box, etc.) --- 6,10 ---- ========== ! * Unicode support - Evaluate adding automatic encoding conversion. (gh) * support for all standard PostgreSQL data types (point, line, box, etc.) *************** *** 63,67 **** ============= ! * user's guide, using Docbook/XML, adapting from Redhat Database Documentation (I've got the ok from its author) --- 53,57 ---- ============= ! * user's guide, using OpenOffice, adapting from Redhat Database Documentation (I've got the ok from its author) |