v0.1.2
Pre-release
Pre-release
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