Skip to content

Commit

Permalink
Fix memory issues
Browse files Browse the repository at this point in the history
  • Loading branch information
siara-cc committed Mar 10, 2020
1 parent 2c31179 commit fe151fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sqlite3Esp32
version=2.2
version=2.3
author=Arundale Ramanathan
maintainer=Arun <arun@siara.cc>
sentence=Sqlite3 database library for ESP32 core
Expand Down
4 changes: 2 additions & 2 deletions src/config_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#define SQLITE_DEFAULT_CACHE_SIZE -1
#define SQLITE_DEFAULT_MEMSTATUS 0
#define SQLITE_DEFAULT_MMAP_SIZE 0

/*
#define SQLITE_CORE 1
#define SQLITE_SYSTEM_MALLOC 1
#define SQLITE_THREADSAFE 0
Expand All @@ -32,6 +30,8 @@
#define SQLITE_MAX_DEFAULT_PAGE_SIZE 32768
#define SQLITE_POWERSAFE_OVERWRITE 1
#define SQLITE_MAX_EXPR_DEPTH 0

/*
#undef SQLITE_OMIT_ALTERTABLE
#undef SQLITE_OMIT_ANALYZE
#undef SQLITE_OMIT_ATTACH
Expand Down

0 comments on commit fe151fb

Please sign in to comment.