Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: bump deno to v0.36.0 #24

Merged
merged 6 commits into from
Mar 20, 2020
Merged

update: bump deno to v0.36.0 #24

merged 6 commits into from
Mar 20, 2020

Conversation

uki00a
Copy link
Member

@uki00a uki00a commented Mar 20, 2020

  • Closes Bump deno to v0.36.0 #21.
  • Bump deno-sqlite to 73935087a1ebe9108d784503bc5474662ba54b73.
    • This update introduces the following error:
  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)

@uki00a uki00a self-assigned this Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump deno to v0.36.0
1 participant