aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/locking_test.rb
Commit message (Expand)AuthorAgeFilesLines
* SQLServer: added tests to ensure all database statements are closed, refactor...Jeremy Kemper2006-07-101-75/+80
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-3/+5
* More succinct current_adapter? Enable locking duel for Oracle.Jeremy Kemper2006-07-071-2/+2
* r4669@asus: jeremy | 2006-06-20 12:53:36 -0700Jeremy Kemper2006-06-201-21/+35
* r4664@asus: jeremy | 2006-06-19 18:55:36 -0700Jeremy Kemper2006-06-201-0/+12
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-191-6/+85
* allow the 'lock_version' column to be configured with set_locking_column. Cl...Michael Koziarski2006-01-141-1/+15
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-4/+2
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-311-0/+34