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

Connection error

Open jaakluo opened this issue 9 months ago • 0 comments
trafficstars

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 deserialize: expected end of object, but found field id: 100] {
    errno: -1,
    code: 'DUCKDB_NODEJS_ERROR',
    errorType: 'Serialization'
}

Installing a newer version of duckdb-async (1.1.3) fixes this issue.

jaakluo avatar Feb 21 '25 12:02 jaakluo