Bug in comment strip with SQL changesets

Description

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.

Environment

SQLITE

Activity

Show:
Florent Biville
created the IssueOctober 7, 2014 at 8:19 AM

Details

Reporter

Affects versions

Priority

Created October 7, 2014 at 8:19 AM
Updated October 7, 2014 at 8:19 AM

Flag notifications