marcboeker / go-duckdb

go-duckdb provides a database/sql driver for the DuckDB database engine.
MIT License
623 stars 97 forks source link

Improve setting global vs. local config options #182

Closed taniabogatsch closed 5 months ago

taniabogatsch commented 5 months ago

This PR adds a clearer error message about setting local config options in the global config object (DSN). As for better documentation on the DuckDB side, I've opened this issue.

Changes

Fixes #176.

marcboeker commented 5 months ago

@taniabogatsch Thanks for the improvement!