Browse Source

2004-02-16 Francisco Figueiredo Jr. <[email protected]>

	* ChangeLog:  Updated

svn path=/trunk/mcs/; revision=23133
Francisco Figueiredo Jr. 22 years ago
parent
commit
40322665cb
1 changed files with 17 additions and 2 deletions
  1. 17 2
      mcs/class/Npgsql/ChangeLog

+ 17 - 2
mcs/class/Npgsql/ChangeLog

@@ -1,7 +1,22 @@
+
+2004-02-16  Francisco Figueiredo Jr.  <[email protected]>
+
+        * Npgsql/NpgsqlDataReader.cs: Removed a log line which reduced the conne
+ction startup time in 300 milliseconds.
+
+2004-02-16  Francisco Figueiredo Jr.  <[email protected]>
+
+        * NpgsqlConnection.cs: Added support for Unicode encoding. Fixes feature
+request 534 on gborg. Thanks Ivar <[email protected]> for pointing it out.
+
+2004-02-16 Francisco Figueiredo Jr.  <[email protected]>
+
+        * Npgsql/NpgsqlStartupPacket.cs: Added code to set datestyle to iso when
+connecting using protocol 3.0 version. Thanks Sami Kuhmonen <[email protected]> for pointing it out.
+
 2004-02-14  Francisco Figueiredo Jr.  <[email protected]>
 
-        * Npgsql/NpgsqlCommand.cs: Fixed a bug when handling queries which retur
-n no data. Thanks Morten Mertner <[email protected]> for the fix.
+        * Npgsql/NpgsqlCommand.cs: Fixed a bug when handling queries which return no data. Thanks Morten Mertner <[email protected]> for the fix.
 
 2004-02-10  Francisco Figueiredo Jr. <[email protected]>