duckdb / duckdb/duckdb-java

DuckDBDatabaseMetaData.java.getTypeInfo()

Open
#119 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.