Skip to content

Add support for transaction to the vtab module#1761

Merged
gwenn merged 2 commits into
rusqlite:masterfrom
gwenn:fix-pr-1696
Nov 30, 2025
Merged

Add support for transaction to the vtab module#1761
gwenn merged 2 commits into
rusqlite:masterfrom
gwenn:fix-pr-1696

Conversation

@gwenn

@gwenn gwenn commented Nov 30, 2025

Copy link
Copy Markdown
Collaborator

Fix #1696

jwhear and others added 2 commits May 20, 2025 11:48
The virtual table interface allows xBegin, xSync, xCommit, and xRollback to be
defined. This commit provides a trait, `TransactionVTab` and rustified
versions of those methods.

Note that the `module` macro is getting a bit cumbersome and should possibly be
redesigned.
@gwenn gwenn merged commit 38d55bc into rusqlite:master Nov 30, 2025
13 of 14 checks passed
@gwenn gwenn deleted the fix-pr-1696 branch November 30, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants