Hi all,
I' m wondering is it there a possibility to use colon in id attribute while using sql changeset format
i.e. I want to have id like id01:02
But it seems than sql changelog parser interprets the last colon (not the first) as delimiter between author and id
so:
--changeset dmitry:id01:02
would have outcome
id = id02
author = dmitry:id02
May there is an escape characters for this case?