1
0
Fork 0

Update CHANGELOG

master
Philip O'Toole 2 years ago
parent df96475511
commit f7b6b20aea

@ -1,3 +1,7 @@
## 7.7.1 (unreleased)
### Implementation changes and bug fixes
- [PR #1074](https://github.com/rqlite/rqlite/pull/1074): Support nil as a paramterized value. Fixes [issue #1073](https://github.com/rqlite/rqlite/issues/1073)
## 7.7.0 (September 28th 2022)
This release adds support for SQLite [`RANDOM()`](https://www.sqlite.org/deterministic.html), the first such [support for non-deterministic functions](https://github.com/rqlite/rqlite/blob/master/DOC/NON_DETERMINISTIC_FUNCTIONS.md). It does this via statement-rewriting.

Loading…
Cancel
Save