Andrus Adamchik created CAY-2971:
------------------------------------
Summary: Remove extra spaces within SQL parenthesis
Key: CAY-2971
URL: https://issues.apache.org/jira/browse/CAY-2971
Project: Cayenne
Issue Type: Task
Reporter: Andrus Adamchik
Assignee: Andrus Adamchik
Fix For: 5.0-M3
The SQL emitted by Cayenne often contains extra spaces following "(" or
preceding ")". The reason is somewhat obscure and related to how the abstract
SQL tree is rendered. Anyways, it looks weird, so let's improve the algorithm
to remove it.
Here is one common example:
{noformat}
INSERT INTO NULL_TEST( NAME) VALUES( ?) {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)