You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Tore Halset (JIRA)" <ji...@apache.org> on 2010/01/06 10:33:54 UTC

[jira] Assigned: (CAY-1237) DbMerger drop auto_pk_support table

     [ https://issues.apache.org/jira/browse/CAY-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tore Halset reassigned CAY-1237:
--------------------------------

    Assignee: Tore Halset

> DbMerger drop auto_pk_support table
> -----------------------------------
>
>                 Key: CAY-1237
>                 URL: https://issues.apache.org/jira/browse/CAY-1237
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Cayenne Core Library
>    Affects Versions: 3.0M6
>         Environment: MySQL database
>            Reporter: Frédéric Le Maître
>            Assignee: Tore Halset
>
> DbMerger#createMergeTokens(DataNode, DataMap) returns a MergerToken that tells to drop auto_pk_support table. It does so because it can't find an auto_pk_support DbEntity in the datatMap.
> INFO  [2009-06-04 10:11:52.524] QueryLogger.log(171) | SET FOREIGN_KEY_CHECKS=0
> INFO  [2009-06-04 10:11:52.539] QueryLogger.log(171) | DROP TABLE IF EXISTS auto_pk_support CASCADE
> INFO  [2009-06-04 10:11:52.571] QueryLogger.log(171) | SET FOREIGN_KEY_CHECKS=1

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