Re: No Foreign key constraints in generated sql

From: Pascal Robert (prober..s.ca)
Date: Thu May 17 2007 - 21:00:41 EDT

  • Next message: Lachlan Deck (JIRA): "[OS-JIRA] Created: (WOL-438) Entity Modeler unsetting parent entity only has effect in memory."

    Le 07-05-17 à 19:54, Lachlan Deck a écrit :

    > On 17/05/2007, at 11:25 PM, Mike Schrag wrote:
    >
    >> It's up to your plugin to do something with that or not.
    >
    > Okay.
    >
    >> What database are you using? FrontBase works fine w/ this.
    >
    > MySQL.

    Foreign keys only exists with InnoDB :

            http://dev.mysql.com/doc/refman/4.1/en/innodb-foreign-key-
    constraints.html

    So I guess the plugin don't know if you are using InnoDB or MyISAM,
    so it doesn't create the foreign keys.



    This archive was generated by hypermail 2.0.0 : Thu May 17 2007 - 21:01:06 EDT