[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.65,1.66
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-10-27 18:53:41
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv23104 Modified Files: changelog.txt Log Message: * source/NPgClient/PgOutputPacket.cs: * source/NPgClient/PgResponsePacket.cs: - Added fix for correct handling of box type. - Added some changes to interval datatype handling. * source/PgTypes/PgBox.cs: - Added fix for correct handling of box type. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** changelog.txt 27 Oct 2003 12:25:40 -0000 1.65 --- changelog.txt 27 Oct 2003 18:47:15 -0000 1.66 *************** *** 8,12 **** * source/NPgClient/PgResponsePacket.cs: ! - Added some canges to interval datatype handling. 2003-10-26 Carlos Guzmán Álvarez <car...@te...> --- 8,19 ---- * source/NPgClient/PgResponsePacket.cs: ! - Added fix for correct handling of box type. ! ! - Added some changes to interval datatype handling. ! ! * source/PgTypes/PgBox.cs: ! ! - Added fix for correct handling of box type. ! 2003-10-26 Carlos Guzmán Álvarez <car...@te...> |