Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c31179 commit fe151fbCopy full SHA for fe151fb
library.properties
@@ -1,5 +1,5 @@
1
name=Sqlite3Esp32
2
-version=2.2
+version=2.3
3
author=Arundale Ramanathan
4
maintainer=Arun <[email protected]>
5
sentence=Sqlite3 database library for ESP32 core
src/config_ext.h
@@ -15,8 +15,6 @@
15
#define SQLITE_DEFAULT_CACHE_SIZE -1
16
#define SQLITE_DEFAULT_MEMSTATUS 0
17
#define SQLITE_DEFAULT_MMAP_SIZE 0
18
-
19
-/*
20
#define SQLITE_CORE 1
21
#define SQLITE_SYSTEM_MALLOC 1
22
#define SQLITE_THREADSAFE 0
@@ -32,6 +30,8 @@
32
30
#define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768
33
31
#define SQLITE_POWERSAFE_OVERWRITE 1
34
#define SQLITE_MAX_EXPR_DEPTH 0
+
+/*
35
#undef SQLITE_OMIT_ALTERTABLE
36
#undef SQLITE_OMIT_ANALYZE
37
#undef SQLITE_OMIT_ATTACH
0 commit comments