Skip to content

Commit 3a69fc0

Browse files
committed
Use :memory: instead of empty string for soci
1 parent 20d8398 commit 3a69fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xrpl/rdb/DatabaseCon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class DatabaseCon
110110
setup.standAlone && setup.startUp != StartUpType::LOAD &&
111111
setup.startUp != StartUpType::LOAD_FILE &&
112112
setup.startUp != StartUpType::REPLAY
113-
? ""
113+
? ":memory:"
114114
: (setup.dataDir / dbName),
115115
setup.commonPragma(),
116116
pragma,

0 commit comments

Comments
 (0)