Skip to content

Make ResultSet getters case insensitive #185

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

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

staticlibs
Copy link
Collaborator

This change brings in the #43 PR with additional changes to the Array result set requested by the reviewer in #43.

For the Array result set the column names INDEX and VALUE are taken from the implementation in Postgres' pgjdbc driver.

Testing: test from #43 is included, test for Array result set is enhanced with additional checks.

Fixes: #40

Copy link
Contributor

@elefeint elefeint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I am pretty sure the original getInt() was a mistake.

This change brings in the duckdb#43 PR with additional changes to the
`Array` result set requested by the reviewer in duckdb#43.

For the `Array` result set the column names `INDEX` and `VALUE` are
taken from the implementation in Postgres' `pgjdbc` driver.

Testing: test from duckdb#43 is included, test for `Array` result set is
enhanced with additional checks.

Fixes: duckdb#40

Co-authored-by: jghoman <[email protected]>
@staticlibs staticlibs force-pushed the result_set_ignore_case branch from 1c6ee5a to e61b89c Compare April 7, 2025 14:07
@Mytherin Mytherin merged commit db5bac6 into duckdb:main Apr 8, 2025
7 checks passed
@Mytherin
Copy link
Contributor

Mytherin commented Apr 8, 2025

Thanks!

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

Add case-insensitive getters on resultSet
3 participants