[ https://forge.continuent.org/jira/browse/SEQUOIA-1031?page=comments#action_14260 ]
Gilles Rayrat commented on SEQUOIA-1031: ---------------------------------------- Macro parser is most likely the culprit, trying to replace rand() and random() by actual values. Regexp is "\\brand(om)?\\s*\\(\\s*\\)\\s*" > Macro parser can get confused by SQL containing "Math.random()" as text > ----------------------------------------------------------------------- > > Key: SEQUOIA-1031 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-1031 > Project: Sequoia > Type: Bug > Components: Core > Reporter: Gilles Rayrat > > > While inserting contents from an xml file into a CLOB column using prepared > statement, a piece of Javascript containing the string 'Math.random()' is > replaced by an actual value. > Note that this is not fully reproducible, it might be linked to quotes (') > existing within the entered data -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
