merge from trunk revisions 58933, 58935, 58936
[mono.git] / mcs / class / Npgsql / ChangeLog
index 61f6e8c25172789f37062fefa80db7085fb41b9f..b3251478d632563bee3cd6eb7cf2e1360f84a57b 100644 (file)
@@ -1,44 +1,4 @@
 
-Thu Feb 23 10:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
-
-       * Npgsql/NpgsqlCommand.cs: return count for fetch and move, too,
-       patch from Federico Di Gregorio <fog@initd.org>.
-
-2005-12-13  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
-
-       * NpgsqlClosedState.cs:  Added a performance improvement fix. Npgsql now use a buffered stream for all server interactions.
-
-2005-12-12  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
-
-       * Npgsql/NpgsqlCommand.cs: [bugzilla 76961] Fixed problem with ExecuteReader when using SchemaOnly and SingleRow behavior at same time. Thanks Kamil Skalski for feedback.
-
-2005-12-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
-
-    Npgsql/NpgsqlError.cs,
-    Npgsql/NpgsqlParameter.cs,
-    Npgsql/NpgsqlConnectionString.cs,
-    Npgsql/NpgsqlConnection.cs,
-    Npgsql/NpgsqlSchema.cs,
-    Npgsql/NpgsqlClosedState.cs,
-    Npgsql/NpgsqlCommand.cs,
-    Npgsql/NpgsqlState.cs,
-    Npgsql/NpgsqlAsciiRow.cs,
-    Npgsql/NpgsqlConnectorPool.cs,
-    Npgsql/NpgsqlConnector.cs,
-    Npgsql/NpgsqlQuery.cs,
-    Npgsql/NpgsqlRowDescription.cs,
-    Npgsql/NpgsqlCommandBuilder.cs,
-    Npgsql/NpgsqlDataReader.cs,
-    Npgsql/NpgsqlException.cs,
-    Npgsql/NpgsqlMediator.cs,
-    Npgsql/NpgsqlReadyState.cs,
-    Npgsql/NpgsqlEventLog.cs,
-    Npgsql.dll.resources,
-    NpgsqlTypes/NpgsqlTypeConverters.cs,
-    NpgsqlTypes/NpgsqlTypesHelper.cs,
-    Makefile: Updated to 1.0beta1
-
-
 2005-08-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
     * NpgsqlParameter.cs: Applied patch to fix a NullReferenceException when using Design Time support. Thanks Josh Cooley ( jbnpgsql at tuxinthebox dot net ) for patch.
     * NpgsqlDataReader.cs: Updated ProviderType metadata from NpgsqlDataReader.GetResultsetSchema to be the string for the type rather than the oid.  Fixed ColumnSize, NumericPrecision, NumericScale, BaseColumnName, AllowDBNull, and IsAliased. Also integrated patch from (rlp at bamafolks dot com), gborg 751. Thanks Josh Cooley (jbnpgsql at tuxinthebox dot net) for patches!