
DataMapper + JRuby + do_sqlite
Reported by Crane | December 31st, 2009 @ 06:34 AM
Transaction#rollback doesn't rollback the transaction.
transaction = DataMapper::Transaction.new(App::Data::TestType)
transaction.begin
App::Data::TestType.create(:name => 'Rollback doesn't work!!!')
transaction.rollback
Comments and changes to this ticket
-
Alex Coles January 4th, 2010 @ 05:42 AM
- State changed from new to unconfirmed
- Assigned user set to Alex Coles
-
kristian January 10th, 2010 @ 10:20 AM
transaction = DataMapper::Transaction.new(App::Data::TestType) transaction.begin transaction.within { App::Data::TestType.create(:name => 'Rollback doesn't work!!!') } transaction.rollback
does work
-
Alex Coles January 10th, 2010 @ 10:58 AM
- Assigned user changed from Alex Coles to kristian
-
kristian January 12th, 2010 @ 01:35 PM
- State changed from unconfirmed to not-applicable
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »