|
||||||||
|
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 |
||||||||
- [mojo-dev] [jira] (MSQL-90) sqlCommand cannot handle... Karsten Ohme (JIRA)
- [mojo-dev] [jira] (MSQL-90) sqlCommand cannot h... Karsten Ohme (JIRA)
- [mojo-dev] [jira] (MSQL-90) sqlCommand cannot h... Robert Scholte (JIRA)

A bugfix is to use a line break:
<sqlCommand>DELETE FROM User WHERE username="$
{mysql.user}";INSERT INTO User VALUES(UUID(),NOW(),"${mysql.user}
@mms_dresden.de","$
{mysql.user}","MMS","9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08","${mysql.user}")</sqlCommand>
If the INSERT is on a new line this bug is gone. So, the delimiter algorithm seems to have a problem.