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
I'm having an issue where I'm adding duckdb support to an application that already supports a number of other database systems through jdbc. There the results are always fetched like:
resultSet.getString('VERSION')
for a column version. This currently doesn't work in duckdb.
The text was updated successfully, but these errors were encountered:
I believe the getters for resultSet should be case insensitive:
From here
I'm having an issue where I'm adding duckdb support to an application that already supports a number of other database systems through jdbc. There the results are always fetched like:
for a column
version
. This currently doesn't work in duckdb.The text was updated successfully, but these errors were encountered: