2010-08-29 16:10 UTC+0200 Petr Chornyj (myorg63 at mail.ru)

* external/sqlite3/sqlite3.c
  * external/sqlite3/sqlite3.dif
  * external/sqlite3/sqlite3.h
  * external/sqlite3/Makefile
    * Update sqlite to 3.7.3.
This commit is contained in:
Petr Chornyj
2010-10-17 13:10:49 +00:00
parent 321a6aca4c
commit 5c193846de
5 changed files with 2850 additions and 1540 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-29 16:10 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* external/sqlite3/sqlite3.c
* external/sqlite3/sqlite3.dif
* external/sqlite3/sqlite3.h
* external/sqlite3/Makefile
* Update sqlite to 3.7.3.
2010-10-17 13:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/utils/qtcore.qtp
! Reenabled recently disabled classes so that these generated

View File

@@ -75,8 +75,8 @@ else
endif
# ORIGIN http://www.sqlite.org/
# VER 3.7.2
# URL http://www.sqlite.org/sqlite-amalgamation-3_7_2.zip
# VER 3.7.3
# URL http://www.sqlite.org/sqlite-amalgamation-3_7_3.zip
# DIFF sqlite3.dif
#
# MAP sqlite3.c

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
diff -urN sqlite3.orig/sqlite3.c sqlite3/sqlite3.c
--- sqlite3.orig/sqlite3.c 2010-08-28 22:25:08.587561330 +0200
+++ sqlite3/sqlite3.c 2010-08-28 22:25:08.667562098 +0200
@@ -27458,7 +27458,7 @@
--- sqlite3.orig/sqlite3.c 2010-10-07 22:36:26.000000000 +0300
+++ sqlite3/sqlite3.c 2010-10-17 13:33:22.796875000 +0300
@@ -27730,7 +27730,7 @@
** error message.
*/
static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){

File diff suppressed because it is too large Load Diff