[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.120,1.121
Status: Inactive
Brought to you by:
carlosga_fb
From: Carlos G. Á. <car...@us...> - 2004-06-12 14:20:34
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18704 Modified Files: changelog.txt Log Message: 2004-06-12 Carlos Guzman Alvarez <car...@te...> * PostgreSql.Data.PgSqlClient/PgCommand.cs: - Fix regex usage (it waqs working in .NET but not in mono i have sent an email to the mono list and i'm wainting for response for now if it's a mono problem) Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** changelog.txt 10 Jun 2004 08:34:10 -0000 1.120 --- changelog.txt 12 Jun 2004 14:20:24 -0000 1.121 *************** *** 2,5 **** --- 2,13 ---- ------------------------------------------------------- + 2004-06-12 Carlos Guzman Alvarez <car...@te...> + + * PostgreSql.Data.PgSqlClient/PgCommand.cs: + + - Fix regex usage (it waqs working in .NET but not in mono + i have sent an email to the mono list and i'm wainting for response + for now if it's a mono problem) + 2004-06-09 Carlos Guzman Alvarez <car...@te...> |