mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Add the sqlite3_whereinfo_hook() API - an experimental API replacing the
DBCONFIG_WHEREINFO hack on this branch. FossilOrigin-Name: a54aef35da11f7508a8888a159372036a362fc52afa1df752dc835db334c4330
This commit is contained in:
@@ -1431,8 +1431,8 @@ struct sqlite3 {
|
||||
#ifdef SQLITE_USER_AUTHENTICATION
|
||||
sqlite3_userauth auth; /* User authentication information */
|
||||
#endif
|
||||
#ifdef SQLITE_SCHEMA_LINT
|
||||
void (*xWhereInfo)(void*, int, const char*, int, i64);
|
||||
#ifdef SQLITE_ENABLE_WHEREINFO_HOOK
|
||||
void (*xWhereInfo)(void*, int, const char*, int, u64);
|
||||
void *pWhereInfoCtx;
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user