Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv13220
Modified Files:
changelog.txt
Log Message:
2003-11-06 Carlos Guzmán Álvarez <car...@te...>
* source/NPgClient/PgResponsePacket.cs:
- Added more precise handling of float values that sometimes have a offset of
0.5 ( Thanks to Jesus for his feedback )
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** changelog.txt 1 Nov 2003 10:31:29 -0000 1.68
--- changelog.txt 6 Nov 2003 16:37:39 -0000 1.69
***************
*** 2,8 ****
-------------------------------------------------------
! 2003-11-01 Alban Colley <albancolley at users.sourceforge.net>
* source/NPgClient/PgStatement.cs:
--- 2,14 ----
-------------------------------------------------------
+ 2003-11-06 Carlos Guzmán Álvarez <car...@te...>
! * source/NPgClient/PgResponsePacket.cs:
!
! - Added more precise handling of float values that sometimes have a offset of
! 0.5 ( Thanks to Jesus for his feedback )
+
+ 2003-11-01 Alban Colley <albancolley at users.sourceforge.net>
* source/NPgClient/PgStatement.cs:
|