We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dacb52 commit 960b0c7Copy full SHA for 960b0c7
packages/memory/space.ts
@@ -588,9 +588,6 @@ export const selectFacts = function <Space extends MemorySpace>(
588
const stmt = store.prepare(EXPORT);
589
try {
590
const results = [];
591
- // Note: Cannot finalize() in a generator function's finally block because
592
- // the finally block runs when the generator returns (immediately), not when
593
- // it's exhausted. The statement will be finalized when the store is closed.
594
for (
595
const row of stmt.iter({
596
the: the === SelectAllString ? null : the,
0 commit comments