You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) query builder > sub-query
"after all" hook for "should execute sub query in joins as string (as selection)":
SqliteError: unable to close due to unfinalized statements or unfinished backups
at DB._error (https://deno.land/x/sqlite@73935087a1ebe9108d784503bc5474662ba54b73/src/db.js:265:16)
at DB.close (https://deno.land/x/sqlite@73935087a1ebe9108d784503bc5474662ba54b73/src/db.js:242:18)
at SqliteDriver.disconnect (SqliteDriver.ts:53:33)
at Connection.close (Connection.ts:223:27)
at test-utils.ts:278:104
at Array.map (<anonymous>)
at closeTestingConnections (test-utils.ts:278:36)
at Context.<anonymous> (query-builder-subquery.ts:24:17)
at callFn (https://unpkg.com/[email protected]/mocha.js:5420:21)
at Hook.Runnable.run (https://unpkg.com/[email protected]/mocha.js:5407:7)
typeorm/src/driver/sqlite/SqliteDriver.ts
Lines 56 to 63 in a238578
The text was updated successfully, but these errors were encountered: