Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

update change with whereParam

$
0
0
Hello,

This used to work in 3.3:
  1.         <update tableName="PERSON">
  2.             <column name="BIRTHDATE" value="1942" type="NUMBER(4)"/>
  3.             <whereParams>
  4.                 <param name="ID" value="1"/>
  5.             </whereParams>
  6.         </update>
But in 3.4 I get:
  1. Caused by: liquibase.exception.ValidationFailedException: Validation Failed:
  2.      1 changes have validation failures
  3.           whereParams set but no whereClause,

What's the appropriate syntax?

Gérald


Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>