Uploaded image for project: 'MariaDB Connector/ODBC'
  1. MariaDB Connector/ODBC
  2. ODBC-480

Inccorect work SQLDescribeCol

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.2.7
    • 3.1.23, 3.2.8
    • N/A
    • None

    Description

      We encountered a problem that when calling the SQLDescribeCol moth with an empty buffer (ColumnName) and the value of the variable BufferLength == 0, columnNameLength is not returned for a subsequent correct call with correct memory allocation
      Example:
      SQLDescribeCol(
      handle,
      ColumnNumber,
      nullptr,
      0,
      &columnNameLength,
      &DataType,
      &ColumnSize,
      &DecimalDigits,
      &Nullable);

      Attachments

        Activity

          People

            Lawrin Lawrin Novitsky
            DanilZyryanov Danil Zyryanov
            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.