Skip to content

Commit fe151fb

Browse files
committed
Fix memory issues
1 parent 2c31179 commit fe151fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Sqlite3Esp32
2-
version=2.2
2+
version=2.3
33
author=Arundale Ramanathan
44
maintainer=Arun <[email protected]>
55
sentence=Sqlite3 database library for ESP32 core

src/config_ext.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#define SQLITE_DEFAULT_CACHE_SIZE -1
1616
#define SQLITE_DEFAULT_MEMSTATUS 0
1717
#define SQLITE_DEFAULT_MMAP_SIZE 0
18-
19-
/*
2018
#define SQLITE_CORE 1
2119
#define SQLITE_SYSTEM_MALLOC 1
2220
#define SQLITE_THREADSAFE 0
@@ -32,6 +30,8 @@
3230
#define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768
3331
#define SQLITE_POWERSAFE_OVERWRITE 1
3432
#define SQLITE_MAX_EXPR_DEPTH 0
33+
34+
/*
3535
#undef SQLITE_OMIT_ALTERTABLE
3636
#undef SQLITE_OMIT_ANALYZE
3737
#undef SQLITE_OMIT_ATTACH

0 commit comments

Comments
 (0)