On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> When running my nose tests for the model, I get:
>
> ERROR: Failure: <type 'exceptions.Exception'>(Couldn't find a foreign
> key constraint in table '[table]' using the following columns:
> [foreign key column].)
>
> I suspect that this is tied to MySQL not supporting foreign key
> constraints.  Is there a way to get around this?

From the error you get, I deduce you are using autoloaded tables. It
might be a limitation of MySQL but it might also be a bug in the
Elixir autoload support. This part of the code is quite tricky and not
tested much. In any case, I won't be able to help you until you
provide me with a (smallest possible) program demonstrating the
problem.

-- 
Gaƫtan de Menten
http://openhex.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to