Skip to content

Implement getPropertyInfo method for config (1.3)#273

Merged
staticlibs merged 1 commit intoduckdb:v1.3-ossivalisfrom
staticlibs:driver_prop_info_13
Jun 16, 2025
Merged

Implement getPropertyInfo method for config (1.3)#273
staticlibs merged 1 commit intoduckdb:v1.3-ossivalisfrom
staticlibs:driver_prop_info_13

Conversation

@staticlibs
Copy link
Collaborator

This is a backport of the PR #244 to v1.3-ossivalis stable branch.

Driver#getPropertyInfo() method allows external tools to list configuration options suppored by the DB. This method is pretty obscure and unlikely to be useful with many client tools in practice. But a full list of supported options is required anyway to implement a fix to issue #232, and it makes sense to use getPropertyInfo for that as a single method for this functionality.

Testing: new test added.

This is a backport of the PR duckdb#244 to `v1.3-ossivalis` stable branch.

`Driver#getPropertyInfo()` method allows external tools to list
configuration options suppored by the DB. This method is pretty obscure
and unlikely to be useful with many client tools in practice. But a
full list of supported options is required anyway to implement a fix
to issue duckdb#232, and it makes sense to use `getPropertyInfo` for that as
a single method for this functionality.

Testing: new test added.
@staticlibs staticlibs merged commit c7dba1a into duckdb:v1.3-ossivalis Jun 16, 2025
@staticlibs staticlibs deleted the driver_prop_info_13 branch June 16, 2025 00:36
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.

1 participant