Skip to content
Discussion options

You must be logged in to vote

I am not sure but I think you have to open a dedicated connection to the attached database:
https://sqlite.org/sessionintro.html

The session extension provide a mechanism for conviently recording changes to some or all of certain tables in an SQLite database, and packaging those changes into a "changeset" or "patchset" file that can later be used to apply the same set of changes to another database with the same schema and compatible starting data.

A single changeset may contain changes that apply to more than one database table. For each table that the changeset includes at least one change for, it also encodes the following data:
The name of the database table,

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@ignatz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ignatz
Comment options

@gwenn
Comment options

@ignatz
Comment options

Answer selected by ignatz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants