Skip to content

Releases: jasonlyle88/sqlcl-unit-testing

Version 1.10.00

31 Mar 16:34
5f1e9d4

Choose a tag to compare

  • Add new test for SQLcl parameter defaults with LB SQLcl executor

Version 1.09.00

03 Mar 16:55
9b9ac91

Choose a tag to compare

  • 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

08 Nov 15:35
3d4f797

Choose a tag to compare

  • Remove databasechangelog truncate
  • Add tests for SQLcl change types with relative to changelog and child scripts

Version 1.07.00

01 Nov 18:43
2b3c1ce

Choose a tag to compare

  • Improve ability to run on windows
  • Add test for databasechangelog.filename directory separator

Version 1.06.02

29 Oct 13:47
aae0a0e

Choose a tag to compare

  • Avoid using uuidgen to improve cross os compatability

Version 1.06.01

18 Apr 19:07
f240c51

Choose a tag to compare

  • 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 the liquibase update command

Version 1.06.00

24 Mar 19:45
d2b7e53

Choose a tag to compare

  • 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

10 Mar 16:00
3c139d9

Choose a tag to compare

  • Add test for -defaults-file parameter

Version 1.04.02

05 Mar 15:15
3c139d9

Choose a tag to compare

  • Separate the connect parameters for direct connect (connection from command line) and connect command (connect command issued from sql /nolog)

Version 1.04.01

04 Mar 13:59
3c139d9

Choose a tag to compare

  • Specify SQLcl Parameters as an array
  • Use SQLcl connect parameters rather than EZconnect connection format