inibase 1.2.6 → 1.2.7
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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1311,6 +1311,7 @@ export default class Inibase {
|
|
|
1311
1311
|
Utils.isFieldType(field, "table")), Object.keys(LineNumberDataObj).map(Number), options)));
|
|
1312
1312
|
if (globalConfig[this.databasePath].tables.get(tableName).config.cache)
|
|
1313
1313
|
await writeFile(cachedFilePath, Object.keys(LineNumberDataObj).join(","));
|
|
1314
|
+
this.totalItems.delete(`${tableName}-*`);
|
|
1314
1315
|
}
|
|
1315
1316
|
}
|
|
1316
1317
|
if (!RETURN ||
|