Patch level : 10.0
Files correlati : sqlite.dll Ricompilazione Demo : [ ] Commento : Aggiornata versione Sqlite git-svn-id: svn://10.65.10.50/trunk@18134 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
cc7fa2ba69
commit
c5720d8c69
11499
sqlite/sqlite3.c
11499
sqlite/sqlite3.c
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,8 @@
|
||||
** the version number) and changes its name to "sqlite3.h" as
|
||||
** part of the build process.
|
||||
**
|
||||
** @(#) $Id: sqlite3.h,v 1.6 2008-12-23 09:28:54 guy Exp $*/
|
||||
** @(#) $Id: sqlite3.h,v 1.7 2009-01-28 09:07:55 guy Exp $
|
||||
*/
|
||||
#ifndef _SQLITE3_H_
|
||||
#define _SQLITE3_H_
|
||||
#include <stdarg.h> /* Needed for the definition of va_list */
|
||||
@ -106,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.10"
|
||||
#define SQLITE_VERSION_NUMBER 3006010
|
||||
|
||||
/*
|
||||
** CAPI3REF: Run-Time Library Version Numbers {H10020} <S60100>
|
||||
@ -2396,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 */
|
||||
@ -2406,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…
x
Reference in New Issue
Block a user