You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.