go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Add SQLite session extension

Open rodydavis opened this issue 8 months ago • 1 comments

This adds support for the SQLite session extension.

  • Added build flag
  • Added tests

rodydavis avatar Apr 16 '25 03:04 rodydavis

For whatever it's worth, I'm seeing segfaults trying to apply inapplicable changesets, for example applying a changeset twice:

changeset = new - old
update = old + changeset ✅
update = update + changeset ❌

andrei-goverdovskii avatar Oct 29 '25 18:10 andrei-goverdovskii