mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Upgraded libsqlite3 to 3.6.8
This commit is contained in:
parent
07cc6d4d10
commit
4afe6ccc54
3 changed files with 6629 additions and 4569 deletions
|
@ -107,8 +107,8 @@ extern "C" {
|
|||
** with the value (X*1000000 + Y*1000 + Z) where X, Y, and Z
|
||||
** are the major version, minor version, and release number.
|
||||
*/
|
||||
#define SQLITE_VERSION "3.6.7"
|
||||
#define SQLITE_VERSION_NUMBER 3006007
|
||||
#define SQLITE_VERSION "3.6.8"
|
||||
#define SQLITE_VERSION_NUMBER 3006008
|
||||
|
||||
/*
|
||||
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
|
||||
|
@ -2397,7 +2397,7 @@ int sqlite3_set_authorizer(
|
|||
#define SQLITE_PRAGMA 19 /* Pragma Name 1st arg or NULL */
|
||||
#define SQLITE_READ 20 /* Table Name Column Name */
|
||||
#define SQLITE_SELECT 21 /* NULL NULL */
|
||||
#define SQLITE_TRANSACTION 22 /* NULL NULL */
|
||||
#define SQLITE_TRANSACTION 22 /* Operation NULL */
|
||||
#define SQLITE_UPDATE 23 /* Table Name Column Name */
|
||||
#define SQLITE_ATTACH 24 /* Filename NULL */
|
||||
#define SQLITE_DETACH 25 /* Database Name NULL */
|
||||
|
@ -2407,6 +2407,7 @@ int sqlite3_set_authorizer(
|
|||
#define SQLITE_CREATE_VTABLE 29 /* Table Name Module Name */
|
||||
#define SQLITE_DROP_VTABLE 30 /* Table Name Module Name */
|
||||
#define SQLITE_FUNCTION 31 /* NULL Function Name */
|
||||
#define SQLITE_SAVEPOINT 32 /* Operation Savepoint Name */
|
||||
#define SQLITE_COPY 0 /* No longer used */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue