go-sqlite3
go-sqlite3 copied to clipboard
Add SQLite session extension
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 ❌