Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 16 Mar 21:07
· 45 commits to main since this release
05bca41

[0.5.2] - 2026-03-16

Added

  • XqliteNIF.query_with_changes/3 and query_with_changes_cancellable/4
    — return rows plus the sqlite3_changes() count in one atomic call,
    captured inside the connection Mutex so the count cannot be stolen by
    an intervening statement. Zero for non-DML results (detected by empty
    column list).
  • Xqlite.query/3 high-level wrapper that returns an
    %Xqlite.Result{} with a populated changes field.
  • Xqlite.Result gained a changes field.