Model::__saveMulti() was changed in the last few days due to a bug,
new tests were added, and everything seems to be working just as
expected.
The problem is that the data format you are using is only supported by
numeric ids and uuids, being processed only if it's values are 36 char
long or numerical.
Refer to the api on Model::__saveMulti() to see where it breaks the
save process and to test cases to see usage cases, and consider using
common data sets, remember that primary keys shouldn't be used as
informative fields, so try to stick to auto incremental integers or 36
chars uuids.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to