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-09-18 18:34:55 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-09-18 18:34:55 +0400
commit4da18b29e736e6ecb760dbc31cadb8ccf295a0d4 (patch)
treec5a4786421b31e812095d3fbf75491a4abfc308b /mcs/class/Npgsql/ChangeLog
parentdd1a54933b1f4d2d737d2d155c40b71376fb858f (diff)
2004-09-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlCommand.cs, NpgsqlConnector.cs: Improved portal and plan name creation to use an unique number from NpgsqlConnector instead of using an static field in NpgsqlCommand. Thanks Martin ( martijn at boland dot org) for the heads up. svn path=/trunk/mcs/; revision=34038
Diffstat (limited to 'mcs/class/Npgsql/ChangeLog')
-rw-r--r--mcs/class/Npgsql/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index dbabea9b075..0d33a2c6a16 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-18 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+
+ * NpgsqlCommand.cs,
+ NpgsqlConnector.cs: Improved portal and plan name creation to use an unique number from NpgsqlConnector instead of using an static field in NpgsqlCommand. Thanks Martin ( martijn at boland dot org) for the heads up.
+
2004-09-15 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Npgsql/NpgsqlRowDescription.cs:
FieldIndex: Really added support for case insensitive fields index lookup. Thanks Martin ( martijn at boland dot org)