Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 0.9.55
    • 0.9.56
    • Generic
    • None

    Description

      mysql.connector supports bool type in cursor parameter

      db = mysql.connector.connect(....)
      c = db.cursor()
      c.execute('select %s', (True, ))
      c.fetchone()
      

      it returns: (1, )

      but, MariaDB connector does not support.

      Attachments

        Activity

          georg Georg Richter added a comment -

          Thanks for your bug report.

          Fixed in rev. 01263584f76a233d6ec81dfcbd9efd48d940a49f

          georg Georg Richter added a comment - Thanks for your bug report. Fixed in rev. 01263584f76a233d6ec81dfcbd9efd48d940a49f

          People

            georg Georg Richter
            lucianobarcaro Luciano Barcaro
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.