Skip to content

v0.1.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Mar 23:43
3c527fe

This release completes supports for different type of statements that can be detected by the cache plugin to invalidate the cached data. And here is the list of supported statement, as of this release:

  • DML: SELECT, INSERT, UPDATE and DELETE
  • Multi-statements: UNION, INTERSECT and EXCEPT
  • DDL: TRUNCATE, DROP and ALTER
  • WITH clause
  • Multiple queries (delimited by semicolon)

What's Changed

Full Changelog: v0.1.1...v0.1.2