diff options
author | Jack Lloyd <[email protected]> | 2018-01-18 13:17:13 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-18 13:18:27 -0500 |
commit | 57c713d57fa6e91308d7135f70f9e9c3bf797310 (patch) | |
tree | 627f3a6affcc40852b94fb15722308161546cf56 /src/contrib/sqlite/sqlite3-amalgamation.patch | |
parent | f4a511a9986c28341925d1390252edf3c8773a76 (diff) |
Drop the sqlite3 codec [ci skip]
It is maintained (at least to some extent) at
https://github.com/OlivierJG/botansqlite3 and contains several fixes
which are not included in this version.
Diffstat (limited to 'src/contrib/sqlite/sqlite3-amalgamation.patch')
-rw-r--r-- | src/contrib/sqlite/sqlite3-amalgamation.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/contrib/sqlite/sqlite3-amalgamation.patch b/src/contrib/sqlite/sqlite3-amalgamation.patch deleted file mode 100644 index 1c2a5c69d..000000000 --- a/src/contrib/sqlite/sqlite3-amalgamation.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ./sqlite3.c.orig 2011-05-12 10:03:32.051879390 +0800 -+++ ./sqlite3.c 2011-05-12 10:09:04.028550281 +0800 -@@ -17,6 +17,7 @@ - ** language. The code for the "sqlite3" command-line shell is also in a - ** separate file. This file contains only code for the core SQLite library. - */ -+#define SQLITE_HAS_CODEC 1 - #define SQLITE_CORE 1 - #define SQLITE_AMALGAMATION 1 - #ifndef SQLITE_PRIVATE -@@ -125956,3 +125957,4 @@ - #endif /* !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS3) */ - - /************** End of fts3_icu.c ********************************************/ -+#include "codecext.c" |