Update of /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient/source/PgTypes
In directory sc8-pr-cvs1:/tmp/cvs-serv10651
Added Files:
PgTimeSpan.cs
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.
--- NEW FILE: PgTimeSpan.cs ---
(This appears to be a binary file; contents omitted.)
|