Skip to content

ParameterMetadata is only partially implemented #121

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

Closed
eramitmittal opened this issue Jan 8, 2025 · 0 comments · Fixed by #181
Closed

ParameterMetadata is only partially implemented #121

eramitmittal opened this issue Jan 8, 2025 · 0 comments · Fixed by #181

Comments

@eramitmittal
Copy link
Contributor

On the lines of pre-existing implementation of corresponding methods for columns in ResultSetMetaData, ParameterMetadata should also have implementations at-least for following methods:

isSigned
getPrecision
getScale
getParameterType
getParameterTypeName
getParameterClassName

staticlibs added a commit to staticlibs/duckdb-java that referenced this issue Mar 31, 2025
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

Co-authored-by: eramitmittal
staticlibs added a commit to staticlibs/duckdb-java that referenced this issue Apr 4, 2025
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

Co-authored-by: eramitmittal <[email protected]>
staticlibs added a commit to staticlibs/duckdb-java that referenced this issue Apr 7, 2025
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant