[pgsqlclient-checkins] pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source PGBaseTest.cs,1.2,1.
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-14 19:12:51
|
Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source In directory sc8-pr-cvs1:/tmp/cvs-serv10525 Modified Files: PGBaseTest.cs Log Message: Minor changes Index: PGBaseTest.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient.UnitTests/source/PGBaseTest.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PGBaseTest.cs 13 Jul 2003 13:54:58 -0000 1.2 --- PGBaseTest.cs 14 Jul 2003 19:11:26 -0000 1.3 *************** *** 138,145 **** commandText.Append("time_field time,"); commandText.Append("timestamp_field timestamp,"); ! commandText.Append("serial_field serial NOT NULL,"); commandText.Append("blob_field bytea,"); commandText.Append("bool_field bool,"); commandText.Append("bigint_field int8,"); commandText.Append("smallint_field int2,"); commandText.Append("array_int int2[],"); --- 138,146 ---- commandText.Append("time_field time,"); commandText.Append("timestamp_field timestamp,"); ! // commandText.Append("serial_field serial NOT NULL,"); commandText.Append("blob_field bytea,"); commandText.Append("bool_field bool,"); commandText.Append("bigint_field int8,"); + // commandText.Append("decimal_field decimal(8,2),"); commandText.Append("smallint_field int2,"); commandText.Append("array_int int2[],"); |