UPDATE SQL WHERE clause removes backslash "\" characters from changeset author
Description
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.
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.