Skip to content

Commit 7cba9b0

Browse files
author
flow
committed
configure SQLite to use URL resolution to deal with bug WiseLibs/better-sqlite3#483 which prevents two connections to the same RAM DB
1 parent 7fc08c4 commit 7cba9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite-snapshot-202107191400/sqlite3.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -21029,7 +21029,7 @@ SQLITE_PRIVATE const unsigned char sqlite3CtypeMap[256] = {
2102921029
** SQLITE_USE_URI symbol defined.
2103021030
*/
2103121031
#ifndef SQLITE_USE_URI
21032-
# define SQLITE_USE_URI 0
21032+
# define SQLITE_USE_URI 1
2103321033
#endif
2103421034

2103521035
/* EVIDENCE-OF: R-38720-18127 The default setting is determined by the

0 commit comments

Comments
 (0)