Hello,
This used to work in 3.3:
This used to work in 3.3:
- <update tableName="PERSON">
- <column name="BIRTHDATE" value="1942" type="NUMBER(4)"/>
- <whereParams>
- <param name="ID" value="1"/>
- </whereParams>
- </update>
- Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
- 1 changes have validation failures
- whereParams set but no whereClause,
What's the appropriate syntax?
Gérald