Uploaded image for project: 'MariaDB Connector/J'
  1. MariaDB Connector/J
  2. CONJ-1241

regression on 3.x on column metadata unsigned getColumnType

Details

    Description

      see https://github.com/mariadb-corporation/mariadb-connector-j/pull/194

      Column Type 2.x 3.x
      TINYINT UNSIGNED Types.TINYINT Types.SMALLINT
      SMALLINT UNSIGNED Types.SMALLINT Types.INTEGER
      INT UNSIGNED Types.INTEGER Types.BIGINT

      Refactor of 3.x leads to a regression in that regards, getColumnType must return SQL types, not java expected type

      This is a bug, but it has been there for some time already, then a compatibility option `resultSetMetaDataUnsignedCompatibility` is added in order for 3.x previous version compatibility

      Attachments

        Activity

          People

            diego dupin Diego Dupin
            diego dupin Diego Dupin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.