[Mono-dev] [PATCH] Mono.Data.SqlExpressions improvements

Joel Reed joelwreed at gmail.com
Sun Sep 30 22:41:01 EDT 2007


I've done a bit more hacking on System.Data - Mono.Data.SqlExpressions 
in order to fix a previously reported issue with IIF:

http://www.nabble.com/IIF-Bug-in-Mono.Data.SqlExpressions-Parser.jay-t4513001.html

The attached patch adds 3 new testcases and fixes the following bugs:

# IIF: Accept SingleColumnValues and Literals for condition
# SUBSTRING: Accept arithmetic expressions for start, and length parameters
# Removed last shift/reduce conflict
# Fix obvious bug in "ArithExpr NOT LIKE StringLiteral" rule

I'd like to apply this patch. Please let me know if you see any
issues with it. 

jr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SqlExpressions.v1.diff
Type: text/x-diff
Size: 5950 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070930/453ced32/attachment.bin 


More information about the Mono-devel-list mailing list