aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/pk_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-0/+1
* SQLServer: insert uses given primary key value if not nil rather than SELECT ...Jeremy Kemper2005-11-141-0/+1
* r2736@asus: jeremy | 2005-10-24 17:08:12 -0700Jeremy Kemper2005-10-251-0/+1
* r2726@asus: jeremy | 2005-10-24 14:11:59 -0700Jeremy Kemper2005-10-241-6/+5
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-1/+1
* Delegate access to a customized primary key to the conventional id method. Cl...Marcel Molina2005-10-131-2/+2
* Add test coverage for customized primary keys including a failing test for #2...Marcel Molina2005-10-121-0/+21
* Add convenience predicate methods on Column class. In partial fullfilment of ...Marcel Molina2005-10-061-0/+3
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-12/+8
* InitialDavid Heinemeier Hansson2004-11-241-0/+59