aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/defaults_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Oracle: create_table takes a :sequence_name option to override the 'tablename...Jeremy Kemper2007-01-151-1/+1
* Demonstrate that a value's required. References #6156.Jeremy Kemper2007-01-121-0/+6
* Oops. References #6156.Jeremy Kemper2007-01-121-5/+1
* Test MySQL implicit NULL for integer columns. Closes #6156.Jeremy Kemper2007-01-121-0/+26
* Test for forged '' default before it's typecast. Closes #6156.Jeremy Kemper2006-11-201-1/+1
* MySQL: detect when a NOT NULL column without a default value is misreported a...Jeremy Kemper2006-11-201-2/+18
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-10/+8
* defaults_test gets a dummy test method so it has at least one test to runJeremy Kemper2006-02-091-0/+4
* PostgreSQL: correctly parse negative integer column defaults. References #3776.Jeremy Kemper2006-02-091-0/+14