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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-08-02 08:32 ------- +fixed in svn. + +revision r47912. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
