forked from github/server
upgrayyed sqlite to 3.6.22
This commit is contained in:
parent
cc7172f812
commit
37c3e59c29
3 changed files with 21655 additions and 17490 deletions
35669
src/external/sqlite3.c
vendored
35669
src/external/sqlite3.c
vendored
File diff suppressed because it is too large
Load diff
3474
src/external/sqlite3.h
vendored
3474
src/external/sqlite3.h
vendored
File diff suppressed because it is too large
Load diff
2
src/external/sqlite3ext.h
vendored
2
src/external/sqlite3ext.h
vendored
|
@ -14,8 +14,6 @@
|
|||
** an SQLite instance. Shared libraries that intend to be loaded
|
||||
** as extensions by SQLite should #include this file instead of
|
||||
** sqlite3.h.
|
||||
**
|
||||
** @(#) $Id: sqlite3ext.h,v 1.25 2008/10/12 00:27:54 shane Exp $
|
||||
*/
|
||||
#ifndef _SQLITE3EXT_H_
|
||||
#define _SQLITE3EXT_H_
|
||||
|
|
Loading…
Reference in a new issue