Skip to:
When stripComment=true is set with SQL changesets, we noticed that statements such as the following one will fail:
INSERT INTO MyTable(column) VALUES('Not well parsed--value');
As a workaround, setting 'stripComment=false' seems to solve the issue.
SQLITE
When stripComment=true is set with SQL changesets, we noticed that statements such as the following one will fail:
INSERT INTO MyTable(column) VALUES('Not well parsed--value');
As a workaround, setting 'stripComment=false' seems to solve the issue.