We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fb7d1 commit 8092fadCopy full SHA for 8092fad
ext/session/sqlite3session.c
@@ -48,7 +48,8 @@ struct sqlite3_session {
48
int bEnable; /* True if currently recording */
49
int bIndirect; /* True if all changes are indirect */
50
int bAutoAttach; /* True to auto-attach tables */
51
- int bImplicitPK; /* True to handle tables with implicit PK */ int rc; /* Non-zero if an error has occurred */
+ int bImplicitPK; /* True to handle tables with implicit PK */
52
+ int rc; /* Non-zero if an error has occurred */
53
void *pFilterCtx; /* First argument to pass to xTableFilter */
54
int (*xTableFilter)(void *pCtx, const char *zTab);
55
i64 nMalloc; /* Number of bytes of data allocated */
0 commit comments