Releases: jasonlyle88/sqlcl-unit-testing
Releases · jasonlyle88/sqlcl-unit-testing
Version 1.10.00
- Add new test for SQLcl parameter defaults with LB SQLcl executor
Version 1.09.00
- Make sure SQLcl executor is being used by default for liquibase (new test)
- Make sure "set define" calls persist across changelogs (new test)
- Make sure "set sqlblanklines" calls persist across changelogs (new test)
- Make sure PL/SQL warnings do not cause liquibase to exit (new test)
- Cleanup liquibase error log files created from failing liquibase tests
- Unset SQLPATH environment variable before cleaning up unit test database object
Version 1.08.00
- Remove databasechangelog truncate
- Add tests for SQLcl change types with relative to changelog and child scripts
Version 1.07.00
- Improve ability to run on windows
- Add test for databasechangelog.filename directory separator
Version 1.06.02
- Avoid using uuidgen to improve cross os compatability
Version 1.06.01
- Update unit test checking if the
-defaults-file
respects liquibase configuration settings so that it works with 24.1.0+ - Add new unit tests checking if the
-defaults-file
can be found relative to the script containing theliquibase update
command
Version 1.06.00
- Add parallelization control parameter, default to executing tests in a single test type in parallel (test types in serial)
- Never run anything against DATABASECHANGELOG, always used custom changelog
- Cleanup all changelog objects after all tests complete
- Update
find
command used to collect test cases to be POSIX compatible
Version 1.05.00
- Add test for -defaults-file parameter
Version 1.04.02
- Separate the connect parameters for direct connect (connection from command line) and connect command (connect command issued from
sql /nolog
)
Version 1.04.01
- Specify SQLcl Parameters as an array
- Use SQLcl connect parameters rather than EZconnect connection format