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)