Skip to content

Releases: jasonlyle88/sqlcl-unit-testing

Version 1.04.00

29 Feb 20:01
3c139d9

Choose a tag to compare

  • Add ability to specify cloud wallet for database connection
  • Make sure wrapped tests fail if connection fails
  • Reorder test results table to have test types in the same order as output directory results
  • Print test results table header whenever test type changes
  • Create separate output directories for Liquibase current directory tests and Liquibase search path tests
  • Show connection information in the log at the beginning of each test

Version 1.03.00

15 Feb 13:40
3c139d9

Choose a tag to compare

  • Run Liquibase tests twice: Once from the same directory as the root changelog and once using a search-path to the root changelog directory
  • Improve the ALTER SESSION SET CURRENT_SCHEMA liquibase test

Version 1.02.01

12 Feb 17:57
3c139d9

Choose a tag to compare

  • Do not rely on liquibase -search-path parameter for testing whenever sqlerror exit failure
  • Add basic test for liquibase -search-path parameter
  • Log execution output in file in log folder

Version 1.02.00

05 Feb 15:17
3c139d9

Choose a tag to compare

  • Add Output of SQLcl version being testing
  • Add test for alter session set current_schema in liquibase changesets
  • Add hierarchical tests for runOracleScript/runApexScript

Version 1.01.00

29 Jan 22:44
3c139d9

Choose a tag to compare

What's Changed

  • Remove special handling for sqlcl-liquibase-do-not-prompt-password
  • Add extension filtering for tests (*.sql for SQLcl direct/wrapped tests, *.xml for liquibase tests)
  • Return an exit code of 1 if any of the unit tests fail
  • Add additional testing for runOracleScript/runApexScript

Version 1.00.00

02 Jan 20:14
3c139d9

Choose a tag to compare

Initial release