You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Kevin Menard (JIRA)" <de...@cayenne.apache.org> on 2007/12/10 02:52:44 UTC

[JIRA] Created: (CAY-934) Database Schema Migration does not create necessary sequences.

Database Schema Migration does not create necessary sequences.
--------------------------------------------------------------

                 Key: CAY-934
                 URL: https://issues.apache.org/cayenne/browse/CAY-934
             Project: Cayenne
          Issue Type: Bug
          Components: CayenneModeler GUI
    Affects Versions: 3.0
            Reporter: Kevin Menard
            Assignee: Andrus Adamchik


The new database schema migration tool in the modeler does not create any necessary sequences.  This results in only a partially correct database for tables requiring the sequences for PK support.

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


[JIRA] Assigned: (CAY-934) Database Schema Migration does not create necessary sequences.

Posted by "Tore Halset (JIRA)" <de...@cayenne.apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tore Halset reassigned CAY-934:
-------------------------------

    Assignee: Tore Halset  (was: Andrus Adamchik)

> Database Schema Migration does not create necessary sequences.
> --------------------------------------------------------------
>
>                 Key: CAY-934
>                 URL: https://issues.apache.org/cayenne/browse/CAY-934
>             Project: Cayenne
>          Issue Type: Bug
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0
>            Reporter: Kevin Menard
>            Assignee: Tore Halset
>
> The new database schema migration tool in the modeler does not create any necessary sequences.  This results in only a partially correct database for tables requiring the sequences for PK support.

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


[JIRA] Closed: (CAY-934) Database Schema Migration does not create necessary sequences.

Posted by "Andrus Adamchik (JIRA)" <de...@cayenne.apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-934.
-------------------------------


closing - won't be logging to RELEASE-NOTES.txt, as this is related to a feature that hasn't been released as of M2

> Database Schema Migration does not create necessary sequences.
> --------------------------------------------------------------
>
>                 Key: CAY-934
>                 URL: https://issues.apache.org/cayenne/browse/CAY-934
>             Project: Cayenne
>          Issue Type: Bug
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0
>            Reporter: Kevin Menard
>            Assignee: Tore Halset
>             Fix For: 3.0
>
>
> The new database schema migration tool in the modeler does not create any necessary sequences.  This results in only a partially correct database for tables requiring the sequences for PK support.

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


[JIRA] Resolved: (CAY-934) Database Schema Migration does not create necessary sequences.

Posted by "Tore Halset (JIRA)" <de...@cayenne.apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tore Halset resolved CAY-934.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Fixed. The CreateTableToDb token now issue 
adapter.getPkGenerator().createAutoPkStatements as well as create table.

DropTableToDb does not remove pk support

> Database Schema Migration does not create necessary sequences.
> --------------------------------------------------------------
>
>                 Key: CAY-934
>                 URL: https://issues.apache.org/cayenne/browse/CAY-934
>             Project: Cayenne
>          Issue Type: Bug
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0
>            Reporter: Kevin Menard
>            Assignee: Tore Halset
>             Fix For: 3.0
>
>
> The new database schema migration tool in the modeler does not create any necessary sequences.  This results in only a partially correct database for tables requiring the sequences for PK support.

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


[JIRA] Commented: (CAY-934) Database Schema Migration does not create necessary sequences.

Posted by "Ari Maniatis (JIRA)" <de...@cayenne.apache.org>.
    [ https://issues.apache.org/cayenne/browse/CAY-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12618 ] 

Ari Maniatis commented on CAY-934:
----------------------------------

I believe that fixing CAY-909 will remove the requirement for this issue. That is, when Cayenne starts up it should perform a check for PK support records and create them as needed.

> Database Schema Migration does not create necessary sequences.
> --------------------------------------------------------------
>
>                 Key: CAY-934
>                 URL: https://issues.apache.org/cayenne/browse/CAY-934
>             Project: Cayenne
>          Issue Type: Bug
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0
>            Reporter: Kevin Menard
>            Assignee: Andrus Adamchik
>
> The new database schema migration tool in the modeler does not create any necessary sequences.  This results in only a partially correct database for tables requiring the sequences for PK support.

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