Skip to content

Conversation

@tfehring
Copy link
Contributor

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

@hc-12
Copy link

hc-12 commented Sep 12, 2025

@archiewood, could you please review this?

This should resolve issue #50

@jharveyb
Copy link

jharveyb commented Sep 26, 2025

Confirmed that this works for DBs created with version 1.4.0 as well.

@archiewood
Copy link
Member

thanks for the PR!
tested this and seems to work, merging

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.

4 participants