sqlite-zstd icon indicating copy to clipboard operation
sqlite-zstd copied to clipboard

Use savepoint instead of transactions for compatibility with outer transactions

Open phiresky opened this issue 3 years ago • 0 comments

If e.g. zstd_enable_transparent is called within a transaction, it will fail because zstd_enable_transparent internally starts a transaction. Replacing that with savepoints should fix this.

Implementing this would fix https://github.com/sqlitebrowser/sqlitebrowser/issues/3244

PRs welcome :)

phiresky avatar Dec 26 '22 13:12 phiresky