Automatic AUTO_PK_SUPPORT row creation
--------------------------------------

                 Key: CAY-909
                 URL: https://issues.apache.org/cayenne/browse/CAY-909
             Project: Cayenne
          Issue Type: Improvement
          Components: Cayenne Core Library
            Reporter: Ari Maniatis
            Assignee: Andrus Adamchik
            Priority: Minor
             Fix For: 3.0


When a user of Cayenne adds new tables to their schema, they must currently 
remember to add a new row to the AUTO_PK_SUPPORT table for  primary keys 
managed by Cayenne. This should not be necessary if Cayenne could at startup 
read all rows of that table and automatically add any rows missing, or else 
capture the appropriate SQL error when trying to update the PK (and failing due 
to the missing row) and then automatically add the row and try again.

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

Reply via email to