2006-11-01 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
[mono.git] / mcs / class / Npgsql / ChangeLog
index 2f2b1a6607583fcac533a80bde07f36953476d6d..a2b17173845c066213c3bda5989f8aaafa9f43e3 100644 (file)
@@ -1,4 +1,57 @@
 
+2006-11-01  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+       
+       *Npgsql/NpgsqlCommand.cs: [#1000765] InvalidCastException for ByteA
+       Parameter when command.Prepare() Thanks Hubert Fongarnand for patch!
+
+2006-10-20  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+        *Npgsql/NpgsqlCommand.resx,
+         Npgsql/NpgsqlConnection.cs,
+         Npgsql/NpgsqlCommand.cs,
+         Npgsql/NpgsqlState.cs,
+         Npgsql/NpgsqlConnectorPool.cs,
+         Npgsql/NpgsqlCommandBuilder.cs,
+         Npgsql/NpgsqlDataReader.cs,
+         NpgsqlTypes/LargeObjectManager.cs,
+         NpgsqlTypes/NpgsqlDbType.cs,
+         NpgsqlTypes/LargeObject.cs,
+         NpgsqlTypes/NpgsqlTypesHelper.cs,
+         NpgsqlTypes/FastPath.cs: Updated to 1.0 final version. 
+
+
+
+2006-09-06  Kornél Pál  <kornelpal@gmail.com>
+
+       * Test/TestConfiguration.cs: Moved from build/common.
+       * Npgsql/Npgsql_test.dll.sources: Added TestConfiguration.cs.
+
+2006-08-16  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
+
+
+       *  Npgsql/NpgsqlParameter.cs
+      Npgsql/NpgsqlConnectionString.cs
+      Npgsql/NpgsqlState.resx
+      Npgsql/NpgsqlConnection.cs
+      Npgsql/NpgsqlSchema.cs
+      Npgsql/NpgsqlClosedState.cs
+      Npgsql/NpgsqlCommand.cs
+      Npgsql/NpgsqlConnectorPool.cs
+      Npgsql/NpgsqlConnector.cs
+      Npgsql/NpgsqlTransaction.resx
+      Npgsql/NpgsqlRowDescription.cs
+      Npgsql/NpgsqlCommandBuilder.cs
+      Npgsql/NpgsqlDataReader.cs
+      Npgsql/NpgsqlException.cs
+         Npgsql/NpgsqlMediator.cs
+      Npgsql/NpgsqlReadyState.cs
+      NpgsqlTypes/NpgsqlDbType.cs
+      NpgsqlTypes/NpgsqlTypeConverters.cs
+      NpgsqlTypes/NpgsqlTypesHelper.cs: Updated to RC3 version.
+
+
+
+
 2006-04-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
 
     * Npgsql_test.dll.sources,