Skip to content

Release 1.2.16

Latest
Compare
Choose a tag to compare
@jacbeekers jacbeekers released this 11 May 18:57
· 25 commits to master since this release
ebb89e8

Oracle error handling during deployment is now based on environment variable ORACLE_ON_ERROR, with possible values:

  • IGNORE: All errors are ignored
  • ABORT: Execution of sql script stops at first error and the deploy will fail
  • REPORT: Execution of script completes, but errors will fail the deploy