Created
September 14, 2017 09:14
-
-
Save zydeco/ea9fe47d2c3f70a29a3cbec5eec13b9f to your computer and use it in GitHub Desktop.
SQLite iOS compile-time options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- iOS 10.3 | |
+++ iOS 11 | |
+BUG_COMPATIBLE_20160819 | |
-COMPILER=clang-8.1.0 | |
+COMPILER=clang-9.0.0 | |
+DEFAULT_CACHE_SIZE=128 | |
+DEFAULT_CKPTFULLFSYNC | |
+DEFAULT_JOURNAL_SIZE_LIMIT=32768 | |
+DEFAULT_PAGE_SIZE=4096 | |
+DEFAULT_SYNCHRONOUS=2 | |
+DEFAULT_WAL_SYNCHRONOUS=1 | |
ENABLE_API_ARMOR | |
+ENABLE_COLUMN_METADATA | |
+ENABLE_DBSTAT_VTAB | |
ENABLE_FTS3 | |
ENABLE_FTS3_PARENTHESIS | |
+ENABLE_FTS3_TOKENIZER | |
+ENABLE_FTS4 | |
+ENABLE_FTS5 | |
ENABLE_JSON1 | |
ENABLE_LOCKING_STYLE=1 | |
+ENABLE_PREUPDATE_HOOK | |
ENABLE_RTREE | |
+ENABLE_SESSION | |
+ENABLE_SNAPSHOT | |
+ENABLE_SQLLOG | |
+ENABLE_UNKNOWN_SQL_FUNCTION | |
ENABLE_UPDATE_DELETE_LIMIT | |
-HAS_CODEC | |
+HAS_CODEC_RESTRICTED | |
HAVE_ISNAN | |
+MAX_LENGTH=2147483645 | |
MAX_MMAP_SIZE=20971520 | |
+MAX_VARIABLE_NUMBER=500000 | |
OMIT_AUTORESET | |
-OMIT_BUILTIN_TEST | |
OMIT_LOAD_EXTENSION | |
-SYSTEM_MALLOC | |
+STMTJRNL_SPILL=131072 | |
+SUBSTR_COMPATIBILITY | |
THREADSAFE=2 | |
+USE_URI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment