Hi,
I'm trying to import a Joining table on a fixture:
var $import = array('model' => 'Model1Model2', 'records' => true);
But when importing the table to test_suite database it is creating a
table with just 1 primary key instead of 2 primary keys as original
table has (model1_id or model2_id will be a primary key, never both)
This is obviously creating a set of problems, look like it is a bug.
Any ideas? I'm using 1.2.0.6311, I tried to use nightly version, but
is generating too many errors here, I would only try it here if I'm
sure that this is a bug and already solved there.
regards
Erico
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---