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>2005-08-07 04:29:43 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-08-07 04:29:43 +0400
commit7edc4aa4c9fceccf53d2c12513a3fabd2cc182c4 (patch)
tree6f2bb613bfde5b7cf70dc44ae397398fbba35d87 /mcs/class/Npgsql
parent9f962e8ebfb573a2cb964a2c587d69357843bec4 (diff)
2005-08-06 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlCommand.cs: Fixed problem when using commandtype.storedprocedure with command texts which have parameters with ' or any other value which needed to be escaped. Now they are properly handled. Thanks Dalibor (dalxxx at email dot com) for heads up and tests. svn path=/trunk/mcs/; revision=48070
Diffstat (limited to 'mcs/class/Npgsql')
-rw-r--r--mcs/class/Npgsql/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index f12de328697..dc4c0cad679 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,4 +1,8 @@
+2005-08-06 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+ * NpgsqlCommand.cs: Fixed problem when using commandtype.storedprocedure with command texts which have parameters with ' or any other value which needed to be escaped. Now they are properly handled. Thanks Dalibor (dalxxx at email dot com) for heads up and tests.
+
+
2005-08-05 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlConnection.cs: Fixed documentation about User Id connection string key. Thanks peyn at tlen dot pl for heads up. Fixes gborg 1388