Skip to content

DuckDB 1.3.2 support; fix bigint[] serialization #51

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

tfehring
Copy link

This PR includes the following changes:

  • Update DuckDB version to 1.3.2 (latest)
    • Note that this fixes a misalignment in the dependency version of duckdb-async, which was pinned at 1.0.0 in package.json but 0.10.2 in driver.ts
  • Make BigInt conversion work recursively on arrays and objects
    • Previously the results of queries like select [1::bigint]; couldn't be serialized correctly in DuckDB >= 0.9.1, meaning that those queries would cause SQLTools to hang indefinitely
  • Update versions of dev dependencies, resolving some vulnerabilities reported by yarn audit

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.

1 participant