Uploaded image for project: 'MariaDB Connector/Python'
  1. MariaDB Connector/Python
  2. CONPY-9

description implementation

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 0.9.55
    • DBAPI 2.0
    • None

    Description

      some of the description fields are incorrect :

      • display_size : currently return max_length, but for string must return the real display length : max length / collation byte per character
      • precision : must be calculate for decimal according to length and scale : +1 if signed, + 1 if have scale (i.e : 123.45 has a precision of 5 and a scale of 2, and a length of 7)

      And ... why this 8th field to return flag, since PEP249 indicate having 7 fields (https://www.python.org/dev/peps/pep-0249/#description) ?

      Attachments

        Activity

          People

            georg Georg Richter
            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.