Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-28533

CONNECT engine does not quote columns involved in WHERE clause

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.7.3, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8
    • 10.3.37, 10.4.27, 10.5.18, 10.6.11, 10.7.7, 10.8.6
    • 10.7.3-MariaDB-1:10.7.3+maria~focal-log from docker image for both source and CONNECT servers. `dpkg -s mariadb-plugin-connect | grep Version` reports `Version: 1:10.7.3+maria~focal` for connect plugin

    Description

      Hello,

      I have noticed that the connect engine does not properly quote columns in WHERE when the table type is MySQL. For example, issuing the following query against a CONNECT database:

      SELECT `ID` FROM t1 WHERE t1.`spaced col` = 'C-003';
      

      will issue the following against the main server:

      SELECT `ID`, `spaced col` FROM `t1` WHERE spaced col= 'C-003';
      

      Note how the WHERE clause is unquoted, which raises a syntax error.

      Attachments

        Issue Links

          Activity

            People

              anel Anel Husakovic
              tgross35 Trevor Gross
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.