Skip to content

Commit 0fb8b34

Browse files
Christiaan LandmanChristiaan Landman
authored andcommitted
fix setting temp_store to memory
1 parent 04448ef commit 0fb8b34

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/wise-stingrays-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@journeyapps/react-native-quick-sqlite': patch
3+
---
4+
5+
Use memory temp_store

android/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ include_directories(
1212

1313
add_definitions(
1414
${SQLITE_FLAGS}
15+
-DSQLITE_TEMP_STORE=2
1516
)
1617

1718
add_library(

0 commit comments

Comments
 (0)