Home | History | Annotate | Download | only in sqlite

Lines Matching full:sqlite

1 This is a backport of the following sqlite changes:
3 1. http://sqlite.org/src/ci/9109128cb5
4 2. http://sqlite.org/src/ci/713b1b7dc1
5 3. http://sqlite.org/src/ci/8d1b5c3ac0
6 4. http://sqlite.org/src/ci/6b236069e1
7 5. http://sqlite.org/src/ci/880b51150a
9 which are needed for experiments with using unpatched sqlite.
11 that you've upgraded to version of sqlite that includes those patches.
12 diff --git a/third_party/sqlite/amalgamation/sqlite3.c b/third_party/sqlite/amalgamation/sqlite3.c
14 --- a/third_party/sqlite/amalgamation/sqlite3.c
15 +++ b/third_party/sqlite/amalgamation/sqlite3.c
408 diff --git a/third_party/sqlite/src/src/os_unix.c b/third_party/sqlite/src/src/os_unix.c
410 --- a/third_party/sqlite/src/src/os_unix.c
411 +++ b/third_party/sqlite/src/src/os_unix.c
815 diff --git a/third_party/sqlite/src/test/syscall.test b/third_party/sqlite/src/test/syscall.test
817 --- a/third_party/sqlite/src/test/syscall.test
818 +++ b/third_party/sqlite/src/test/syscall.test
828 diff --git a/third_party/sqlite/system-sqlite.patch b/third_party/sqlite/system-sqlite.patch
830 --- a/third_party/sqlite/system-sqlite.patch
831 +++ b/third_party/sqlite/system-sqlite.patch
833 -This is a backport of http://sqlite.org/src/ci/9109128cb5,
834 -which is needed for experiments with using unpatched sqlite.
836 -that you've upgraded to version of sqlite that includes this patch.
843 - ** descriptor on the same path, fail, and return an error to SQLite.