[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.63,1.64
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-26 15:01:49
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv10779 Modified Files: changelog.txt Log Message: * source/PgDataReader.cs: - Added changes for handle new supported types and in SqlClient and OracleClient - New types are PgBox, PgCircle, PgPath, PgPoint, PgLSeg, PgPolygon and PgTimeSpan. * source/PgTypes/PgBox.cs: * source/PgTypes/PgCircle.cs: * source/PgTypes/PgLSeg.cs: * source/PgTypes/PgPath.cs: * source/PgTypes/PgPoint.cs: * source/PgTypes/PgPolygon.cs: - Changed to be structs instead of classes. * source/PgTypes/PgTimeSpan.cs: - New struct type for handle PostgreSQL interval types. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** changelog.txt 26 Oct 2003 11:33:31 -0000 1.63 --- changelog.txt 26 Oct 2003 14:58:31 -0000 1.64 *************** *** 14,17 **** --- 14,36 ---- - Started to work on support for timetz, timestamptz and interval types [not finished yet]. + * source/PgDataReader.cs: + + - Added changes for handle new supported types and in SqlClient and OracleClient + + - New types are PgBox, PgCircle, PgPath, PgPoint, PgLSeg, PgPolygon and PgTimeSpan. + + * source/PgTypes/PgBox.cs: + * source/PgTypes/PgCircle.cs: + * source/PgTypes/PgLSeg.cs: + * source/PgTypes/PgPath.cs: + * source/PgTypes/PgPoint.cs: + * source/PgTypes/PgPolygon.cs: + + - Changed to be structs instead of classes. + + * source/PgTypes/PgTimeSpan.cs: + + - New struct type for handle PostgreSQL interval types. + 2003-10-25 Carlos Guzmán Álvarez <car...@te...> |