Title: Message Title
Michael Bellomo commented on an issue
Mojo's SQL Maven Plugin / Bug MSQL-95
SQL Parser error if delimiter is in sql string
Found an interesting case where this change breaks functionality. If the delimiter is set to '/' ( <delimiter>/</delimiter>) and the sql itself contains a '/' in it:
v_min_date := to_date('01_JAN_1970','DD_MON_YYYY') + (v_min_utime / 86400000);
The parser cannot handle this. It gets really confused by the '/' in the query. Note that this is inside a hug...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to