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

Re : Unexpected error running Liquibase: Invalid SQL type: sqlKind = UNINITIALIZED :new.INSERT_DT := SYSDATE]

$
0
0
Thank you for a quick response Steve.

Apparently , the issue was to do with the endDelimiter.

I was able to run this successfully with the following changes

1. Remove the liquibase format tags from sqlfile , end each trigger with a "/ " in a new line.
2. Add the following to changelog.xml
 <changeSet id="ifs_error_log_trigger" author="d1063" runOnChange="true">
 <sqlFile path="ifs/trigger_test.sql"  endDelimiter="/" splitStatements="true" />
 </changeSet>

3. Run liquibase update

Thanks
Lavanya

Viewing all articles
Browse latest Browse all 2993

Trending Articles



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