sqltools-duckdb-driver icon indicating copy to clipboard operation
sqltools-duckdb-driver copied to clipboard

DuckDB Driver for SQLTools

Results 22 sqltools-duckdb-driver issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 5.6.2. Release notes Sourced from typescript's releases. TypeScript 5.6 RC For release notes, check out the release announcement. For the complete list of fixed issues,...

dependencies

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0. Changelog Sourced from uuid's changelog. 10.0.0 (2024-06-07) ⚠ BREAKING CHANGES update node support (drop node@12, node@14, add node@20) (#750) Features support support rfc9562 MAX...

dependencies

Trying to connect to my duckdb database but I keep receiving the error "Error: Serialization Error: Failed to deserialize: expected end of object, but found field id: 100.". Originally I...

I have several @ and | characters in table and column names (yes I need these). Unfortunately the driver doesn't handling them properly. - Show table records: 'Parser Error: syntax...

I'm getting a connection error when testing a connection/trying to connect to a persistent database. The database is created with DuckDB CLI version 1.2.0. ``` [Error: Serialization Error: Failed to...

Running SELECT * queries outside of `main` schema tables just fails.

bug

When trying to open table columns outside of the main schema, the inspection just fails with: ``` Request connection/GetChildrenForTreeItemRequest failed with message: Catalog Error: Table with name foobar does not...

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.23 to 22.10.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.23&new-version=22.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 5.7.2. Release notes Sourced from typescript's releases. TypeScript 5.7 For release notes, check out the release announcement. fixed issues query for Typescript 5.7.0 (Beta). fixed...

dependencies

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.3. Release notes Sourced from uuid's releases. v11.0.3 11.0.3 (2024-11-04) Bug Fixes apply stricter typing to the v* signatures (#831) (c2d3fed) export internal uuid types...

dependencies