Displaying 1 result from an estimated 1 matches for "upload_sample".
2011 Feb 09
0
Mysql2::Error: SAVEPOINT active_record_1 does not exist
...throwing up some
errors that I haven''t quite been able to get to the bottom of yet.
Basically I have a model that is used to store large xml uploads. My
test code looks something like this
test "creates forest units all should be okay" do
file = File.new("test/files/lib/upload_sample.xml")
upload = XmlUpload.create(:xml_contents => contents = file.read)
.....
.....
end
The create line is throwing up the following error
ActiveRecord::StatementInvalid: Mysql2::Error: SAVEPOINT
active_record_1 does not exist: ROLLBACK TO SAVEPOINT active_record_1
/Users/c...