Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.77 KB

HISTORY.md

File metadata and controls

67 lines (53 loc) · 2.77 KB

SQL Logic Test release history

For a full list of releases, see github.

0.3 / 2023-06-20

  • Add an API to expose the list of tests
  • ParserOptions can return an executor specified by name
  • Main.execute method now returns TestStatistics instead of a status code
  • When printing error summaries, take into account the verbosity (specified by the number of -v command-line flags)

Upgrades

  • Bump hsqldb from 2.7.1 to 2.7.2
  • Bump checkstyle from 10.11.0 to 10.12.0
  • Bump maven-dependency-plugin from 3.5.0 to 3.6.0
  • Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0
  • Bump checker-qual from 3.34.0 to 3.35.0
  • Bump maven-surefire-plugin from 3.1.0 to 3.1.2
  • Bump maven-failsafe-plugin from 3.1.0 to 3.1.2

0.2 / 2023-05-20

  • Extensible options parsing
  • NoSuchFileException when reading test file/resource from jar
  • Remove factory classes
  • Move interface ISqlTestOperation out of executors package
  • Add default methods to enumerate tables and views to the JdbcExecutor base class
  • Make methods and classes required for extensions public

Upgrades

  • Bump build-helper-maven-plugin from 3.3.0 to 3.4.0
  • Bump checkstyle from 10.10.0 to 10.11.0
  • Bump maven-surefire-plugin from 3.0.0 to 3.1.0
  • Bump maven-gpg-plugin from 3.0.1 to 3.1.0
  • Bump checker-qual from 3.32.0 to 3.34.0

0.1 / 2023-04-29

  • Initial release