Skip to content

SQL: Move away from JDBCType to SQLType #33904

@costin

Description

@costin

Internally and inside the JDBC driver, JDBCType is being used for the standard SQL representation. Unfortunately this is too restrictive as it doesn't cover even the standard SQL types (such as INTERVAL).
Fortunately, Java 8 introduced SQLType an interface for extensibility which we should be using instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions