Re: [RDBO] Loader failure on MySQL foreign key

2008-02-01 Thread Justin Ellison
On Feb 1, 2008 3:32 PM, John Siracusa <[EMAIL PROTECTED]> wrote: > This should be fixed in SVN now. It was actually a method-maker bug, > not a Loader bug. The Loader just happened to trigger it. Try it and > let me know. I'll probably send this fix out as 0.7663 if it works > for you. That di

Re: [RDBO] Loader failure on MySQL foreign key

2008-02-01 Thread John Siracusa
On Feb 1, 2008 3:37 PM, Justin Ellison <[EMAIL PROTECTED]> wrote: > I was just tinkering with the loader, and might have found a bug. This should be fixed in SVN now. It was actually a method-maker bug, not a Loader bug. The Loader just happened to trigger it. Try it and let me know. I'll prob

[RDBO] Loader failure on MySQL foreign key

2008-02-01 Thread Justin Ellison
I was just tinkering with the loader, and might have found a bug. Create two tables: -- -- Table structure for table `attribute_types` -- CREATE TABLE IF NOT EXISTS `attribute_types` ( `id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `table_name` varchar(255)