Update of /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes
In directory sc8-pr-cvs1:/tmp/cvs-serv10319/source/PgTypes
Modified Files:
PgTimeSpan.cs
Log Message:
Prepare for Beta 5
Index: PgTimeSpan.cs
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes/PgTimeSpan.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PgTimeSpan.cs 14 Dec 2003 15:07:55 -0000 1.3
--- PgTimeSpan.cs 18 Dec 2003 10:27:33 -0000 1.4
***************
*** 64,68 ****
#endregion
! #region STATIC_FIELDS
public static readonly PgTimeSpan MaxValue = new PgTimeSpan(TimeSpan.MaxValue);
--- 64,68 ----
#endregion
! #region Static Fields
public static readonly PgTimeSpan MaxValue = new PgTimeSpan(TimeSpan.MaxValue);
|