Releases: unioslo/pysquril
Releases · unioslo/pysquril
v1.0.4
v1.0.3
What's Changed
- More robust handling of audit tables in delete, update dependencies by @leondutoit in #77
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- feat: Add session of table_delete. by @kouylekov-usit in #76
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- More robust tests by @leondutoit in #73
- breaking change - change separator used in audit table name: _ -> / by @leondutoit in #74
Full Changelog: v0.7.0...v1.0.0
v0.7.0
What's Changed
- Define formal grammar in EBNF, add interactive railroad diagrams by @leondutoit in #61
- link to EBNF and RR diagrams from readme by @leondutoit in #62
- allow deleting data without storing deletions in audit by @leondutoit in #64
- Optional audit for create and read events by @leondutoit in #65
- Add library description, usage docs by @leondutoit in #66
- More robust interaction with audit tables by @leondutoit in #68
- Improve query documentation by @leondutoit in #70
- Expand EBNF to cover messages and restore, add more examples by @leondutoit in #71
- bump to 0.7.0 by @leondutoit in #72
Full Changelog: v0.6.2...v0.7.0
v0.6.2
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Add option to define a view of a table across all schemas by @leondutoit in #48
- Implement group by, bugfix for updates with single quotes in payload by @leondutoit in #50
- Refactoring: more backends more DRY by @leondutoit in #51
- New features in broadcasting and audit data by @leondutoit in #52
- Support altering table name by @leondutoit in #53
- Allow using ampersand and escaped single quotes in where clause values by @leondutoit in #54
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Add Python 3.12 to versions tested in CI by @haatveit in #37
- Support quoting values in where clauses by @leondutoit in #40
- Support fuzzy matching of table names, along with using non-aggregate queries by @leondutoit in #41
- Ensure one can update values to null by @leondutoit in #42
Full Changelog: v0.4.1...v0.5.0