You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Savva Kolbachev (JIRA)" <ji...@apache.org> on 2016/08/10 13:07:20 UTC

[jira] [Created] (CAY-2100) Add supporting generated keys for PostgreSQL

Savva Kolbachev created CAY-2100:
------------------------------------

             Summary: Add supporting generated keys for PostgreSQL
                 Key: CAY-2100
                 URL: https://issues.apache.org/jira/browse/CAY-2100
             Project: Cayenne
          Issue Type: Improvement
            Reporter: Savva Kolbachev
            Assignee: Savva Kolbachev
             Fix For: 4.0.M4


So, DbAttributes with isGenerated="true" flag will be treated by Cayenne as appropriate PostgreSQL types:

JDBC INTEGER type as SERIAL type
JDBC BIGINT type as BIGSERIAL type
JDBC SMALLINT type as SMALLSERIAL type




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)