Skip to content

Implement ParameterMetadata#181

Merged
Mytherin merged 1 commit intoduckdb:mainfrom
staticlibs:param_metadata
Apr 8, 2025
Merged

Implement ParameterMetadata#181
Mytherin merged 1 commit intoduckdb:mainfrom
staticlibs:param_metadata

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 <amit.mittal.github@gmail.com>
@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

3 participants