Skip to:
Regression in version 3.5
same xml + sql file work perfectly fine up till version 3.4.2
In SimpleSqlGrammer.jjToken of S_CHAR_LITERAL is not parsed well when an escaped single quote character is included in the literal ( \' )
results in an exception
attached xml and sql files
Windows, Linux
I've made some additional changes for 3.6.0 and I am no longer able to replicate the issue
Me too, I found the same bug in 3.5.3 on MSSQL database.
Me too, I found the same bug in 3.5.3 on Oracle database.
I found the same bug still occurs on version 3.5.3.
I am using SQL Server 2012.
Merged pull request
Regression in version 3.5
same xml + sql file work perfectly fine up till version 3.4.2
In SimpleSqlGrammer.jj
Token of S_CHAR_LITERAL is not parsed well when an escaped single quote character is included in the literal ( \' )
results in an exception
attached xml and sql files