DuckDBDatabaseMetaData.java.getTypeInfo()

Open
#119 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java, sql
Domain
databases

Research direction

Start with DuckDBDatabaseMetaData.java and its getTypeInfo() method. Read the JDBC DatabaseMetaData contract and inspect nearby metadata methods to understand the expected ResultSet shape and supported types. Done means getTypeInfo() reports DuckDB's supported data types instead of throwing SQLFeatureNotSupportedException, with behavior verified against the JDBC contract.

Written by the indexing model from the issue text.

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");
}
Dominant language
C++
Stars
127
Forks
80
Avg merge
13h 41m
Merged PRs (30d)
44

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from duckdb/duckdb-java

All issues in duckdb/duckdb-java

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.