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

Serialization Error: Failed to deserialize: field id mismatch, expected: 100, got: 101

Open thenaturalist opened this issue 1 year ago • 2 comments

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

thenaturalist avatar Dec 06 '24 22:12 thenaturalist

Thanks for reporting - will take a look at this next time I get around to updating this extension

archiewood avatar Dec 17 '24 05:12 archiewood

Getting a similar error:

Serialization Error: Failed to deserialize: expected end of object, but found field id: 100

My vs code details:

Version: 1.97.0 Commit: 33fc5a94a3f99ebe7087e8fe79fbe1d37a251016 Date: 2025-02-04T22:41:26.688Z Electron: 32.2.7 ElectronBuildId: 10660205 Chromium: 128.0.6613.186 Node.js: 20.18.1 V8: 12.8.374.38-electron.0 OS: Darwin arm64 24.3.0

using extension v1.0.0 and sqltools 0.28.3.

NachiGithub avatar Feb 10 '25 14:02 NachiGithub