Skip to content
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

DuckDBDatabaseMetaData.java.getTypeInfo() #119

Open
rogerbj opened this issue Jan 6, 2025 · 0 comments
Open

DuckDBDatabaseMetaData.java.getTypeInfo() #119

rogerbj opened this issue Jan 6, 2025 · 0 comments

Comments

@rogerbj
Copy link

rogerbj commented Jan 6, 2025

Are there any plans to replace the following to instead return the supported data types?

@Override
public ResultSet getTypeInfo() throws SQLException {
   throw new SQLFeatureNotSupportedException("getTypeInfo");
}
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

No branches or pull requests

1 participant