You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Robin Roestenburg (JIRA)" <ji...@apache.org> on 2010/03/23 20:59:27 UTC

[jira] Created: (CAY-1407) Using DB specific datatypes for DbEntity attribute

Using DB specific datatypes for DbEntity attribute
--------------------------------------------------

                 Key: CAY-1407
                 URL: https://issues.apache.org/jira/browse/CAY-1407
             Project: Cayenne
          Issue Type: New Feature
          Components: Modeler
            Reporter: Robin Roestenburg


Problem:
The selection list for column 'Type' shown on the 'Attributes' tab for a DbEntity contains a list of all datatypes that are available in the JDBC specification.
This list does not contain any database specific datatypes like the various double character (DBCS) datatypes (vargraphic for DB2 and varchar2 for Oracle).

See also (closed) issue #CAY-745. 

Proposed solution:
Add another column to the tab where you can select or enter a database specific datatype to be used for the attribute in that row. 
This column will override the selected value (if any) in the 'Type' column.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.