mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Remove the sqlite3_transaction_hook() API.
FossilOrigin-Name: b0015a1cfe63c924ee5f250aa08460522882009b
This commit is contained in:
@@ -833,9 +833,6 @@ struct sqlite3 {
|
||||
void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64
|
||||
);
|
||||
PreUpdate *pPreUpdate; /* Context for active pre-update callback */
|
||||
void *pTransArg; /* First argument to xTransCallback */
|
||||
void (*xTransCallback)(void*,int,int);
|
||||
int iOpenTrans; /* Open transaction (xTransCallback) plus 1 */
|
||||
#ifndef SQLITE_OMIT_WAL
|
||||
int (*xWalCallback)(void *, sqlite3 *, const char *, int);
|
||||
void *pWalArg;
|
||||
|
||||
Reference in New Issue
Block a user