Releases: jasonlyle88/sqlcl-unit-testing
Releases · jasonlyle88/sqlcl-unit-testing
Version 1.04.00
- 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
- 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_SCHEMAliquibase test
Version 1.02.01
- Do not rely on liquibase
-search-pathparameter for testingwhenever sqlerror exit failure - Add basic test for liquibase
-search-pathparameter - Log execution output in file in log folder
Version 1.02.00
- 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
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
Initial release