You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the lines of pre-existing implementation of corresponding methods for columns in ResultSetMetaData, ParameterMetadata should also have implementations at-least for following methods:
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
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
The text was updated successfully, but these errors were encountered: