upgrayyed sqlite to 3.6.22

This commit is contained in:
Enno Rehling 2010-02-20 05:42:44 +00:00
parent 7dfadfd887
commit b28f8ad007
3 changed files with 21655 additions and 17490 deletions

35669
src/external/sqlite3.c vendored

File diff suppressed because it is too large Load Diff

3474
src/external/sqlite3.h vendored

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,6 @@
** an SQLite instance. Shared libraries that intend to be loaded ** an SQLite instance. Shared libraries that intend to be loaded
** as extensions by SQLite should #include this file instead of ** as extensions by SQLite should #include this file instead of
** sqlite3.h. ** sqlite3.h.
**
** @(#) $Id: sqlite3ext.h,v 1.25 2008/10/12 00:27:54 shane Exp $
*/ */
#ifndef _SQLITE3EXT_H_ #ifndef _SQLITE3EXT_H_
#define _SQLITE3EXT_H_ #define _SQLITE3EXT_H_