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-13 04:20:35 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-09-13 04:20:35 +0400
commitcf6bdb5c482f4108f3d2e090e1973b863804767d (patch)
tree1d539605afc5c5d672da49bb5c2035f837a55a56 /mcs/class/Npgsql/ChangeLog
parent37de8e5a266e131200df6913e85f52fb30366c8d (diff)
2004-09-12 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlTypes/NpgsqlTypesHelper: ConvertToBackend: Fixed code to handle null values properly when using extended query mode. Fix bug 955 in gborg. svn path=/trunk/mcs/; revision=33784
Diffstat (limited to 'mcs/class/Npgsql/ChangeLog')
-rw-r--r--mcs/class/Npgsql/ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index fefc6c31413..3d06dd568b4 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-12 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+
+ * NpgsqlTypes/NpgsqlTypesHelper:
+ ConvertToBackend: Fixed code to handle null values properly when using extended query mode.
+ Fix bug 955 in gborg.
+
2004-09-11 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Npgsql/NpgsqlConnection.cs:
@@ -13,9 +19,6 @@
FixPoolCountBecauseOfConnectionDisposeFalse: new method to fix the connection pool count
because NpgsqlConnection leaking. This way, uses doesn't run out of connections from pool.
-
-
-
2004-09-07 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlException.cs: Added support for deserialization of NpgsqlException.