mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Merge latest trunk changes into this branch.
FossilOrigin-Name: 198bc510d64b5794559584ad5c9de41dc966dce4eb78be15b12adba43dfcb639
This commit is contained in:
@@ -1481,6 +1481,11 @@ void sqlite3CryptFunc(sqlite3_context*,int,sqlite3_value**);
|
||||
#endif /* SQLITE_OMIT_DEPRECATED */
|
||||
#define SQLITE_TRACE_NONLEGACY_MASK 0x0f /* Normal flags */
|
||||
|
||||
/*
|
||||
** Maximum number of sqlite3.aDb[] entries. This is the number of attached
|
||||
** databases plus 2 for "main" and "temp".
|
||||
*/
|
||||
#define SQLITE_MAX_DB (SQLITE_MAX_ATTACHED+2)
|
||||
|
||||
/*
|
||||
** Each database connection is an instance of the following structure.
|
||||
|
||||
Reference in New Issue
Block a user