aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/locking_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove SQL Server cases from tests for latest adapter work to pass rails expe...Ken Collins2008-11-191-2/+2
* Default connection allow_concurrency to false (for PostgreSQL)Nick Sieger2008-09-041-0/+2
* Make clear_active_connections! also return stale connections back to the poolNick Sieger2008-08-291-2/+0
* Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...Nick Sieger2008-08-291-0/+2
* Deprecate allow_concurrency and make it have no effectNick Sieger2008-08-291-7/+0
* Partial updates don't update lock_version if nothing changed. [#426 state:re...Daniel Morrison2008-06-221-0/+20
* Fixed that pessimistic locking you reference the quoted table name (Josh Suss...David Heinemeier Hansson2008-04-301-1/+8
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-3/+3
* Fix pathsJeremy Kemper2008-01-181-3/+3
* Move tests to casesJeremy Kemper2008-01-181-0/+282