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

getString on BIT(1) field doesn't respect transformedBitIsBoolean option

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 3.5.4
    • Other
    • None

    Description

      resultset on BIT field normally return value like b'1011'.
      Option transformedBitIsBoolean permit for BIT(1) value to return Boolean value by default.
      This is not the case when using resultset.getString.

      this result in returning b'0' or b'1' in place of false/true for BIT(1) when transformedBitIsBoolean is set (default)

      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.