[pgsqlclient-checkins] pgsqlclient/PostgreSql.Data.PGSqlClient/source/NPGClient PGType.cs,1.3,1.4
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-19 10:11:41
|
Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/NPGClient In directory sc8-pr-cvs1:/tmp/cvs-serv30138 Modified Files: PGType.cs Log Message: Prepare for Alpha 1 release. Index: PGType.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/NPGClient/PGType.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PGType.cs 14 Jul 2003 11:59:44 -0000 1.3 --- PGType.cs 19 Jul 2003 10:11:39 -0000 1.4 *************** *** 19,23 **** using System; using System.Data; - using PostgreSql.Data.PGSqlClient; --- 19,22 ---- |