Skip to content

Release v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 20:28
03833d2
  • Improve the format and color handling for errors.
  • Support hash-threshold.
  • Fix statement count <n> for postgres engines.
  • Breaking change: use Vec<Vec<String>> instead of String as the query results by DB. This allows the runner to verify the results more precisely.
    • For rowsort, runner will only sort actual results now, which means the result in the test cases should be sorted.
  • Breaking change: Hook is removed.
  • Breaking change: Record and parser's behavior are tweaked:
    • retain Include record when linking its content
    • keep parsing after Halt
    • move Begin/EndInclude to Injected
  • Added CLI options --override and --format, which can override the test files with the actual output of the database, or reformat the test files.