[pgsqlclient-checkins] pgsqlclient/PostgreSql.Data.PGSqlClient/source/DbSchema IDbSchema.cs,1.1.1.1,
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-19 10:12:14
|
Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/DbSchema In directory sc8-pr-cvs1:/tmp/cvs-serv30220 Modified Files: IDbSchema.cs Log Message: Prepare for Alpha 1 release. Index: IDbSchema.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/DbSchema/IDbSchema.cs,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** IDbSchema.cs 12 Jul 2003 08:11:22 -0000 1.1.1.1 --- IDbSchema.cs 19 Jul 2003 10:12:10 -0000 1.2 *************** *** 20,24 **** using System.Data; using System.Collections; - using PostgreSql.Data.PGSqlClient; --- 20,23 ---- |