[Mono-bugs] [Bug 75686][Min] Changed - DataTable.Select does not do
escaping for '.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 2 08:32:23 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by tsureshkumar at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75686
--- shadow/75686 2005-08-02 08:31:22.000000000 -0400
+++ shadow/75686.tmp.16043 2005-08-02 08:32:23.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75686
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: Sys.Data
AssignedTo: tsureshkumar at novell.com
ReportedBy: tsureshkumar at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -22,6 +22,11 @@
I want to do a DataTable.Select(someFilterHere), but if the filter
contains a single quote, I cannot escape it. For example
string filter = "ProductTitle = 'aa''aa'"; //invalid expression
string filter = "ProductTitle = 'aa\\'aa'"; //invalid expression
string filter = @"ProductTitle = 'aa\'aa'"; //invalid expression
The first expression works fine in .Net.
+
+------- Additional Comments From tsureshkumar at novell.com 2005-08-02 08:32 -------
+fixed in svn.
+
+revision r47912.
More information about the mono-bugs
mailing list