[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.67,1.68
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-11-01 10:31:32
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv16495 Modified Files: changelog.txt Log Message: 2003-11-01 Alban Colley <albancolley at users.sourceforge.net> * source/NPgClient/PgStatement.cs: * source/NPgClient/PgDbClient.cs: - Ref Cursor + Fetch Patch ( Patch #832503 ) Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** changelog.txt 28 Oct 2003 16:41:14 -0000 1.67 --- changelog.txt 1 Nov 2003 10:31:29 -0000 1.68 *************** *** 3,6 **** --- 3,15 ---- + 2003-11-01 Alban Colley <albancolley at users.sourceforge.net> + + + * source/NPgClient/PgStatement.cs: + * source/NPgClient/PgDbClient.cs: + + - Ref Cursor + Fetch Patch ( Patch #832503 ) + + 2003-10-28 Carlos Guzmán Álvarez <car...@te...> |