rqlite v7.7.0 Release Notes

Release Date: 2022-09-28 // over 1 year ago
  • This release adds support for SQLite RANDOM(), the first such support for non-deterministic functions. It does this via statement-rewriting.

    🆕 New features

    • PR #1046: Add rewriting of SQLite RANDOM() so statements with this function are safe to use.

    🛠 Implementation changes and bug fixes

    • ⬆️ PR #1064: Upgrade dependencies, and move to requiring Go 1.18 (or later) for building.