Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-11-25 18:22:59 +0300
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-11-25 18:22:59 +0300
commit0f0af8b681159a033df78700a5bea9df10f891b7 (patch)
tree95d293f84008a560dbc9fb8422ddaff71b7ae053 /mcs/class/Npgsql/ChangeLog
parent4d190daa2f456d6923cc20195640dcb048ee333d (diff)
2004-11-25 Francisco Figueiredo Jr. <fxjrlists@yahoo.com>
Updated to 0.7beta3 release. svn path=/trunk/mcs/; revision=36554
Diffstat (limited to 'mcs/class/Npgsql/ChangeLog')
-rw-r--r--mcs/class/Npgsql/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index 87feec5becc..bf95ac1b0b3 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,3 +1,30 @@
+2004-11-25 Francisco Figueiredo Jr. <fxjrlists@yahoo.com>
+
+ Updated to 0.7beta3 release.
+ * NpgsqlBind.cs: Minor code cleanup.
+ * NpgsqlClosedState.cs: Code formatting.
+ * NpgsqlCommand.cs: Code cleanup and updating for new Plan and Portal name generation code.
+ * NpgsqlConnection.cs: Fixed contructor log message.
+ * NpgsqlConnectionString.cs: Code formatting.
+ * NpgsqlConnector.cs:
+ ReleasePlansPortals: Added method to release used plans and portals.
+ NextPortalName, NextPlanName: Added methods to handle name generation.
+ * NpgsqlConnectorPool.cs:
+ UngetPooledConnector: Added call to release plans and portals in connector.
+ * NpgsqlError.cs: New constructor which takes ProtocolVersion and String parameters.
+ * NpgsqlQuery.cs: Changed constructor to take an NpgsqlCommand instead of just the command string.
+ * NpgsqlReadyState.cs: Changed code to reflect NpgsqlQuery change.
+ * NpgsqlState.cs:
+ ProcessBackendResponses_Ver_(2,3): Fixed handling of invalid authentication methods. Thanks Magnus Hagander (mha at sollentuna dot net) for the heads up.
+ * NpgsqlState.resx: Fixed resource key typo.
+ * NpgsqlTransaction.cs: Fixed IDisposable pattern implementation of NpgsqlTransaction. Now it doesn't incorrectly raise InvalidOperation exceptions. Thanks Ivan Radovanovic ( rivan at sezampro dot yu ) for heads up.
+ * NpgsqlDbType.cs: Code cleanup.
+ * NpgsqlTypeConverters.cs : Removed method to handle string. String quoting is handled prevously as it depends in the type of query: simple or extended.
+ * NpgsqlTypes.cs: Code cleanup.
+ * NpgsqlTypesHelper.cs:
+ (CreateAndLoadInitialTypesMapping): Removed delegate handler of String types. It's not necessary anymore.
+ (ConvertToBackend): Refactorying. Fixed gborg 1035. Thanks Magnus Hagander (mha at sollentuna dot net) for the heads up.
+
2004-11-25 Raja R Harinath <rharinath@novell.com>
* Makefile (EXTRA_DISTFILES): Add Npgsql.dll.resources.