Skip to content

Conversation

@elefeint
Copy link

The duckdb version was pinned to below 1.1.0 because the dataframe behavior changed then. This PR restores the old behavior of scanning all registered dataframes, but because this option was only added in DuckDB 1.1.0, this version now becomes the minimum.

This PR also standardizes the duckdb configuration used in the in-memory and path-based connections and, because :default: in-memory singleton cannot accept configuration, switches from :default: to :memory:. The in-memory duckdb instances are so lightweight though that it won't make any measurable difference.

I've added <2.0 as the dependency ceiling, but DuckDB treats its twice-a-yearly minor releases as major, so if you'd like to be conservative, the ceiling should be <1.5, which will be released in February.

custom_user_agent is a DuckDB property. It was added in DuckDB 1.0, so no additional constraints are needed.

@CLAassistant
Copy link

CLAassistant commented Dec 24, 2025

CLA assistant check
All committers have signed the CLA.

@sonarqubecloud
Copy link

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.

2 participants