Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv5334
Modified Files:
changelog.txt
Log Message:
* source/NPgClient/PgOutputPacket.cs:
* source/NPgClient/PgResponsePacket.cs:
* source/NPgClient/PgDbClient.cs:
- Added correct encoding/decoding of string values with the
client_encoding character set.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** changelog.txt 17 Nov 2003 09:13:25 -0000 1.74
--- changelog.txt 17 Nov 2003 10:57:07 -0000 1.75
***************
*** 10,13 ****
--- 10,19 ----
the command text as a single SQL command.
+ * source/NPgClient/PgOutputPacket.cs:
+ * source/NPgClient/PgResponsePacket.cs:
+ * source/NPgClient/PgDbClient.cs:
+
+ - Added correct encoding/decoding of string values with the client_encoding character set.
+
2003-11-14 Carlos Guzmán Álvarez <car...@te...>
|