Skip to content

v0.22.0

Choose a tag to compare

@winebarrel winebarrel released this 25 Apr 03:40
Immutable release. Only release title and notes can be modified.
v0.22.0
c977e1d

Changelog

  • c977e1d Merge pull request #91 from winebarrel/validate-directives
  • 2ba01de Address Copilot review: validate directives before parse, catch edge cases
  • 76407ba Reject unknown -- pist: directives with an error
  • e2ee284 Merge pull request #90 from winebarrel/add-omit-schema-view-test
  • 1935b17 Use non-default schema in omit-schema view definition test
  • 1e47047 Improve omit-schema view test to check definition content
  • b8c98b8 Add omit-schema View dump test
  • 1186ef0 Merge pull request #89 from winebarrel/add-execute-directive
  • bae101d Strip trailing semicolon from check SQL
  • 46d04ab Quote schema names in SET search_path
  • 9aefcfd Use SET instead of SET LOCAL for search_path
  • 864d892 Move search_path from connection-time to execute-time
  • b2e86b8 Ensure execute statement output ends with semicolon
  • dee7ac8 Add test for schemaless function in execute directive
  • b60659e Set search_path from remapped schemas at connection time
  • 4f4da00 Address Copilot review feedback on execute directive
  • 51b4374 Add WithTx and execute-only apply tests for coverage
  • ed8138b Add missing execute directive test cases
  • b9b7ea4 Add -- pist:execute directive for arbitrary SQL execution