From: Gerhard H?r. <gha...@us...> - 2002-09-25 14:17:28
|
Update of /cvsroot/pypgsql/pypgsql In directory usw-pr-cvs1:/tmp/cvs-serv15796 Modified Files: TODO Log Message: 25SEP2002 gh Add item about pickling PgResultSets. Index: TODO =================================================================== RCS file: /cvsroot/pypgsql/pypgsql/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 19 Sep 2002 08:34:11 -0000 1.2 --- TODO 25 Sep 2002 14:17:26 -0000 1.3 *************** *** 73,76 **** --- 73,78 ---- (fetchReturnsList, noPostgresCursor) + * Make PgResultSet(ConcreteClass) pickleable. This will probably involve using + the copy_reg module. |