Michael Bellomo commented on Bug MSQL-47

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 huge PL/SQL block, in case that matters.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to