On May 9, 3:48 am, Rails Terrorist
<rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:> I have converted my engine from myISAM to InnoDB, the matter now in Test
> Unit, the table cant do any changes for CRUD. Any advice? But if I
> convert it back, the CRUD can run very smooth and data value in
> attributes changed.
>
All changes made by a unit test are rolled back after the test (and
default transaction isolation levels mean that you can''t see changes
made by the test from another connection to mysql.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---