You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (Jira)" <ji...@apache.org> on 2020/10/30 09:45:00 UTC

[jira] [Created] (CAY-2686) SQL translator incorrectly quotes fully qualified tables' names.

Nikita Timofeev created CAY-2686:
------------------------------------

             Summary: SQL translator incorrectly quotes fully qualified tables' names.
                 Key: CAY-2686
                 URL: https://issues.apache.org/jira/browse/CAY-2686
             Project: Cayenne
          Issue Type: Bug
    Affects Versions: 4.2.M2
            Reporter: Nikita Timofeev
            Assignee: Nikita Timofeev
             Fix For: 4.2.M3


Translator quotes fully qualified tables' names like this: 
 {{INSERT INTO `catalog.table`}} 
 instead of 
 {{INSERT INTO `catalog`.`table`}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)