@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.46.1-build5 to 3.47.0-build1
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.46.1-build5", | ||
"version": "3.47.0-build1", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -363,5 +363,3 @@ /* | ||
sabView: state.sabFileBufView, | ||
readOnly: create | ||
? false | ||
: state.sq3Codes.SQLITE_OPEN_READONLY & flags, | ||
readOnly: !create && !!(state.sq3Codes.SQLITE_OPEN_READONLY & flags), | ||
deleteOnClose: !!(state.sq3Codes.SQLITE_OPEN_DELETEONCLOSE & flags), | ||
@@ -434,3 +432,3 @@ }); | ||
const fh = __openFiles[fid]; | ||
if (state.sq3Codes.SQLITE_LOCK_NONE === lockType && fh.syncHandle) { | ||
if (fh.syncHandle && state.sq3Codes.SQLITE_LOCK_NONE === lockType) { | ||
try { | ||
@@ -437,0 +435,0 @@ await closeSyncHandle(fh); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
2978732
58937