Skip to:
The following precondition leads to the exception:
<sqlCheck expectedResult="9">select count( * ) from mytable; </sqlCheck>
or:
while the one without semicolon nor any whitespace after the semicolon works fine:
<sqlCheck expectedResult="9">select count( * ) from mytable </sqlCheck>
<sqlCheck expectedResult="9">select count( * ) from mytable;</sqlCheck>
This can easily happen when someone reformats the changelog file and sql statements are spread across multiple lines.
Linux, openjdk-1.7
The following precondition leads to the exception:
<sqlCheck expectedResult="9">select count( * ) from mytable; </sqlCheck>
or:
<sqlCheck expectedResult="9">select count( * ) from mytable; </sqlCheck>
while the one without semicolon nor any whitespace after the semicolon works fine:
<sqlCheck expectedResult="9">select count( * ) from mytable </sqlCheck>
or:
<sqlCheck expectedResult="9">select count( * ) from mytable;</sqlCheck>
This can easily happen when someone reformats the changelog file and sql statements are spread across multiple lines.