Skip to content

MySQL client should provide columnDescriptors with LONGVARCHAR JDBCType for TEXT types #1239

@DavideD

Description

@DavideD

See this issue in Quarkus.

Is there any particular reason for this or it's a bug?

@fedinskiy:

I took a look into code for Postgress[1] and MySQL[2] and it looks like the text case is not handled properly in the latter.

[1] https://github.com/eclipse-vertx/vertx-sql-client/blob/master/vertx-pg-client/src/main/java/io/vertx/pgclient/impl/codec/DataType.java
[2] https://github.com/eclipse-vertx/vertx-sql-client/blob/master/vertx-mysql-client/src/main/java/io/vertx/mysqlclient/impl/datatype/DataType.java

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions