Hello,
I am trying using Liquibase for a project. When I write:
…
<preConditions>
<sqlCheck expectedResult=“1”>
SELECT COUNT(1) FROM TABLE_NAME WHERE ID <= 100
</sqlCheck>
</preConditions>
I find the “<” character (between tags) messes up the xml.
Is there a good solution for my problem? Many thanks.