aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/transactions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* SQLite adapters now support DDL transactions [#2080 state:resolved]Jason King2009-03-141-5/+10
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Revert "Wrap calls to update_attributes in a transaction."Michael Koziarski2009-02-221-34/+0
* Wrap calls to update_attributes in a transaction.Xavier Noria2009-02-221-0/+34
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-18/+14
* Fix PostgreSQL unit test failures that only occur when using the old 'postgre...Hongli Lai (Phusion)2009-01-131-2/+1
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-4/+4
* Reimplement Jeremy's PostgreSQL automatic transaction state introspection code.Hongli Lai (Phusion)2008-11-031-0/+34
* Rename ActiveRecord::Base#transaction's :force option to :nest. Improve docum...Hongli Lai (Phusion)2008-11-031-5/+5
* Make SQLite3 pass the unit tests for savepoints.Hongli Lai (Phusion)2008-11-031-4/+4
* Fix a stale typo in the PostgreSQL adapter. Fix a stale mock expection in tra...Hongli Lai (Phusion)2008-11-031-1/+0
* Implement savepoints.Jonathan Viney2008-11-031-0/+132
* Default connection allow_concurrency to false (for PostgreSQL)Nick Sieger2008-09-041-0/+2
* Fix transaction exception testJeremy Kemper2008-09-041-0/+1
* Make clear_active_connections! also return stale connections back to the poolNick Sieger2008-08-291-3/+0
* Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...Nick Sieger2008-08-291-0/+3
* Deprecate allow_concurrency and make it have no effectNick Sieger2008-08-291-11/+0
* Rollback the transaction when a before_* callback returns false.Xavier Noria2008-08-241-2/+60
* Ensure add_column gives valid error for sqlite. [Gunnar Wolf, Pratik] [#197 s...Pratik Naik2008-05-201-0/+26
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-3/+3
* Move tests to casesJeremy Kemper2008-01-181-0/+281