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/11/04 11:48:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAY-2686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikita Timofeev closed CAY-2686.
--------------------------------
    Resolution: Fixed

https://github.com/apache/cayenne/commit/b3ae66d55e54dcd01b93397e14cafeae032483a9

> 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
>            Priority: Major
>             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)