[pgsqlclient-checkins] pgsqlclient changelog.txt,1.1,1.2
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-12 21:36:47
|
Update of /cvsroot/pgsqlclient/pgsqlclient In directory sc8-pr-cvs1:/tmp/cvs-serv10252 Modified Files: changelog.txt Log Message: Updated CHANGELOG.TXT Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/changelog.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** changelog.txt 12 Jul 2003 13:58:39 -0000 1.1 --- changelog.txt 12 Jul 2003 21:36:44 -0000 1.2 *************** *** 12,15 **** --- 12,19 ---- - Do not allow to execute CreateDatabase and GetDbSchemaTable if there are a DataReader open. + * PostgreSql.Data.PGSqlClient/source/PGDbConnection.cs: + + - Changed Regular expression used for parsing connection string. + 2003-07-12 Carlos Guzmán Álvarez <car...@te...> |