From af3c47f30eb3c3714caa458a437194fd651ad6e5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 10 Jan 2013 15:23:52 +0000 Subject: [PATCH] 2013-01-10 16:21 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbmysql/tmysql.prg ! commented code converted to #if 0 block ! indentation * contrib/3rd/sqlite3/* * contrib/3rd/sqlite3/sqlite3.hbp ! updated to 3.7.15.2 --- harbour/ChangeLog.txt | 9 +++++++++ harbour/contrib/3rd/sqlite3/sqlite3.c | 8 ++++---- harbour/contrib/3rd/sqlite3/sqlite3.dif | 4 ++-- harbour/contrib/3rd/sqlite3/sqlite3.h | 4 ++-- harbour/contrib/3rd/sqlite3/sqlite3.hbp | 4 ++-- harbour/contrib/hbmysql/tmysql.prg | 8 +++++--- 6 files changed, 24 insertions(+), 13 deletions(-) diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 2263896bc0..eaf5dd3686 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,15 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-01-10 16:21 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbmysql/tmysql.prg + ! commented code converted to #if 0 block + ! indentation + + * contrib/3rd/sqlite3/* + * contrib/3rd/sqlite3/sqlite3.hbp + ! updated to 3.7.15.2 + 2013-01-03 13:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/rtl/hbcom.c + added translation for some OS error codes diff --git a/harbour/contrib/3rd/sqlite3/sqlite3.c b/harbour/contrib/3rd/sqlite3/sqlite3.c index 77dcb45abc..d3e99bf02d 100644 --- a/harbour/contrib/3rd/sqlite3/sqlite3.c +++ b/harbour/contrib/3rd/sqlite3/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 @@ -105732,7 +105732,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