Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ParameterMetadata #181

Merged
merged 1 commit into from
Apr 8, 2025
Merged

Conversation

staticlibs
Copy link
Collaborator

@staticlibs staticlibs commented Mar 31, 2025

This PR brings in the change that was contributed earlier by eramitmittal in #114 but was not merged. That change is rebased onto the latest mainwith minimal adjustetments.

Testing: in addition to the DECIMAL test from original PR more tests are added to cover all other column types.

Fixes: #121
Fixes: #41

@staticlibs
Copy link
Collaborator Author

Just for the record, the compliance/TCK test suite failure is caused by the outdated CMake min version declared in the test runner, I've submitted the PR to fix that.

This PR brings in the change that was contributed earlier by
`eramitmittal` in duckdb#114 but was not merged. That change is rebased onto
the latest `main`with minimal adjustetments.

Testing: in addition to the `DECIMAL` test from original PR more tests
are added to cover all other column types.

Fixes: duckdb#121
Fixes: duckdb#41

Co-authored-by: eramitmittal <[email protected]>
@Mytherin Mytherin merged commit bc08dd5 into duckdb:main Apr 8, 2025
7 checks passed
@Mytherin
Copy link
Contributor

Mytherin commented Apr 8, 2025

Thanks!

@staticlibs staticlibs deleted the param_metadata branch April 8, 2025 16:13
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.

ParameterMetadata is only partially implemented The DuckDBParameterMetaData class is not really implemented
2 participants