UPDATE SQL WHERE clause removes backslash "\" characters from changeset author

Description

if a changeset contains: author="domain\someuser" then the WHERE clauses utilizing author end up as: "WHERE author = 'domainsomeuser'" stripping out the backslash character thus not working properly.

Environment

Mac OSX, Liquibase version 3.1.1

Activity

Show:

Russell Scheerer June 2, 2015 at 1:46 PM

I suspect this character removal might happen in other situations as well after peeking at the source code.

Details

Reporter

Fix versions

Affects versions

Priority

Created June 2, 2015 at 1:45 PM
Updated June 19, 2015 at 6:33 PM

Flag notifications