jdbc - Escaping curly brace in liquibase migration -


i have liquibase migration includes braces {}. jdbc interprets these braces escape sequences. how escape them treated literal curly braces?

it appears question mark anywhere inside of migration turn liquibase's escaping off, adding following no-op comment code fixes issue (that's great code there liquibase ;) :

-- ? 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -