gitnexus 1.6.4-rc.14 → 1.6.4-rc.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -287,7 +287,8 @@ const doInitLbug = async (dbPath) => {
|
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
|
-
// Load
|
|
290
|
+
// Load query extensions once per core adapter session.
|
|
291
|
+
await loadFTSExtension();
|
|
291
292
|
await loadVectorExtension();
|
|
292
293
|
currentDbPath = dbPath;
|
|
293
294
|
return { db, conn };
|
package/package.json
CHANGED