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
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.