From 2acec8b2a2611dd7ec6f8e2e68944a645951d5f3 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sun, 27 Jan 2013 07:43:48 +0000 Subject: [PATCH] updated to sqlite3.7.15.2 --- sqlite3.c | 8 ++++---- sqlite3.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sqlite3.c b/sqlite3.c index e877d77..3248e6b 100644 --- a/sqlite3.c +++ b/sqlite3.c @@ -1,6 +1,6 @@ /****************************************************************************** ** This file is an amalgamation of many separate C source files from SQLite -** version 3.7.15.1. By combining all the individual C code files into this +** version 3.7.15.2. By combining all the individual C code files into this ** single large file, the entire code can be compiled as a single translation ** unit. This allows many compilers to do optimizations that would not be ** possible if the files were compiled separately. Performance improvements @@ -673,9 +673,9 @@ extern "C" { ** [sqlite3_libversion_number()], [sqlite3_sourceid()], ** [sqlite_version()] and [sqlite_source_id()]. */ -#define SQLITE_VERSION "3.7.15.1" +#define SQLITE_VERSION "3.7.15.2" #define SQLITE_VERSION_NUMBER 3007015 -#define SQLITE_SOURCE_ID "2012-12-19 20:39:10 6b85b767d0ff7975146156a99ad673f2c1a23318" +#define SQLITE_SOURCE_ID "2013-01-09 11:53:05 c0e09560d26f0a6456be9dd3447f5311eb4f238f" /* ** CAPI3REF: Run-Time Library Version Numbers @@ -105723,7 +105723,7 @@ static void bestBtreeIndex(WhereBestIdx *p){ pc.plan.nOBSat = isSortingIndex(p, pProbe, iCur, &bRev); WHERETRACE((" --> after isSortingIndex: bRev=%d nOBSat=%d\n", bRev, pc.plan.nOBSat)); - if( nPriorSat