DuckDBDatabaseMetaData.java.getTypeInfo()
Open
- Dominant language
- C++
- Stars
- 127
- Forks
- 80
- Avg merge
- 13h 49m
- Merged PRs (30d)
- 48
Description
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");
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.