Modeler does not reverse engineer Postgres schemas correctly
------------------------------------------------------------
Key: CAY-993
URL: https://issues.apache.org/cayenne/browse/CAY-993
Project: Cayenne
Issue Type: Bug
Components: CayenneModeler GUI
Affects Versions: 1.2 [STABLE], 2.0 [STABLE], 3.0
Environment: Postgres SQL 8.2
Reporter: Rares Ispas
Assignee: Andrus Adamchik
Priority: Minor
Postgres SQL requires using comma delimited names for all object names using
upper case letters.
Example:
userName -> "userName"
SchemaName -> "SchemaName"
Cayenne Modeler reads the normal names from the database, so the XML model is
not usable without being edited first.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.