mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Update sqlite to 3.7.17 (2013-05-20)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -109,7 +109,7 @@ extern "C" {
|
|||||||
*/
|
*/
|
||||||
#define SQLITE_VERSION "3.8.0"
|
#define SQLITE_VERSION "3.8.0"
|
||||||
#define SQLITE_VERSION_NUMBER 3008000
|
#define SQLITE_VERSION_NUMBER 3008000
|
||||||
#define SQLITE_SOURCE_ID "2013-07-18 20:28:29 37abfe0c1e5da63342389c527a9f7cbe0f8392d9"
|
#define SQLITE_SOURCE_ID "2013-08-22 02:56:28 0775501acf152dcbf4dd039f4511f3d8c4330d85"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** CAPI3REF: Run-Time Library Version Numbers
|
** CAPI3REF: Run-Time Library Version Numbers
|
||||||
@@ -478,6 +478,7 @@ SQLITE_API int sqlite3_exec(
|
|||||||
#define SQLITE_IOERR_SEEK (SQLITE_IOERR | (22<<8))
|
#define SQLITE_IOERR_SEEK (SQLITE_IOERR | (22<<8))
|
||||||
#define SQLITE_IOERR_DELETE_NOENT (SQLITE_IOERR | (23<<8))
|
#define SQLITE_IOERR_DELETE_NOENT (SQLITE_IOERR | (23<<8))
|
||||||
#define SQLITE_IOERR_MMAP (SQLITE_IOERR | (24<<8))
|
#define SQLITE_IOERR_MMAP (SQLITE_IOERR | (24<<8))
|
||||||
|
#define SQLITE_IOERR_GETTEMPPATH (SQLITE_IOERR | (25<<8))
|
||||||
#define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
|
#define SQLITE_LOCKED_SHAREDCACHE (SQLITE_LOCKED | (1<<8))
|
||||||
#define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
|
#define SQLITE_BUSY_RECOVERY (SQLITE_BUSY | (1<<8))
|
||||||
#define SQLITE_BUSY_SNAPSHOT (SQLITE_BUSY | (2<<8))
|
#define SQLITE_BUSY_SNAPSHOT (SQLITE_BUSY | (2<<8))
|
||||||
@@ -2561,7 +2562,8 @@ SQLITE_API SQLITE_EXPERIMENTAL void *sqlite3_profile(sqlite3*,
|
|||||||
** ^The parameter P is passed through as the only parameter to the
|
** ^The parameter P is passed through as the only parameter to the
|
||||||
** callback function X. ^The parameter N is the approximate number of
|
** callback function X. ^The parameter N is the approximate number of
|
||||||
** [virtual machine instructions] that are evaluated between successive
|
** [virtual machine instructions] that are evaluated between successive
|
||||||
** invocations of the callback X.
|
** invocations of the callback X. ^If N is less than one then the progress
|
||||||
|
** handler is disabled.
|
||||||
**
|
**
|
||||||
** ^Only a single progress handler may be defined at one time per
|
** ^Only a single progress handler may be defined at one time per
|
||||||
** [database connection]; setting a new progress handler cancels the
|
** [database connection]; setting a new progress handler cancels the
|
||||||
@@ -6267,9 +6269,9 @@ SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int r
|
|||||||
** </dd>
|
** </dd>
|
||||||
**
|
**
|
||||||
** [[SQLITE_DBSTATUS_DEFERRED_FKS]] ^(<dt>SQLITE_DBSTATUS_DEFERRED_FKS</dt>
|
** [[SQLITE_DBSTATUS_DEFERRED_FKS]] ^(<dt>SQLITE_DBSTATUS_DEFERRED_FKS</dt>
|
||||||
** <dd>This parameter returns the zero for the current value if and only if
|
** <dd>This parameter returns zero for the current value if and only if
|
||||||
** there all foreign key constraints (deferred or immediate) have been
|
** all foreign key constraints (deferred or immediate) have been
|
||||||
** resolved. The highwater mark is always 0.
|
** resolved.)^ ^The highwater mark is always 0.
|
||||||
** </dd>
|
** </dd>
|
||||||
** </dl>
|
** </dl>
|
||||||
*/
|
*/
|
||||||
@@ -7231,7 +7233,7 @@ SQLITE_API int sqlite3_vtab_on_conflict(sqlite3 *);
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* End of the 'extern "C"' block */
|
} /* End of the 'extern "C"' block */
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif /* _SQLITE3_H_ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** 2010 August 30
|
** 2010 August 30
|
||||||
|
|||||||
Reference in New Issue
Block a user