Skip to content

ResultSetMetaData.isSigned() incorrectly returns false for HUGEINT columns #204

Open
@zhicwu

Description

@zhicwu

Since version 1.2.2.0, ResultSetMetaData.isSigned() method correctly returns true for standard signed integer types including TINYINT, SMALLINT, INTEGER, and BIGINT.

However, it has been observed that for columns with the HUGEINT data type, isSigned() incorrectly returns false.

According to the documentation, HUGEINT is a signed sixteen-byte integer type. Therefore, ResultSetMetaData.isSigned() should return true for HUGEINT columns to accurately reflect its signed nature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions