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-26 03:05:01 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2004-09-26 03:05:01 +0400
commit1e71ffa36f01fa5cd046e12aa09f75303b42fb03 (patch)
tree3bf4034c89d4d1ea218bd05a11cb2289522e6365 /mcs/class/Npgsql/ChangeLog
parent832b44d92b5d9396a398529829df75692ce499c8 (diff)
2004-09-25 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Npgsql/NpgsqlCommand.cs: GetParseCommandText: Fixed an incorrect patch. Thanks Martin ( martijn at boland dot org) for heads up. svn path=/trunk/mcs/; revision=34405
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 983229ada6a..8e3acb9f27e 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,6 +1,11 @@
2004-09-25 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Npgsql/NpgsqlCommand.cs:
+ GetParseCommandText: Fixed an incorrect patch. Thanks Martin ( martijn at boland dot org) for heads up.
+
+2004-09-25 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+
+ * Npgsql/NpgsqlCommand.cs:
ReplaceParameterValue: Fixed parameter replace when next byte after parameter name is '\\r'. Thanks Ivan Radovanovic rivan at sezampro dot yu for the fix.
GetParseCommandText: Added a workaround to have some queries which are giving parameter type problems. Thanks Martin ( martijn at boland dot org) for bug report.