aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/column_definition_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* update tests for mysql2 supportBrian Lopez2010-08-021-0/+34
|
* Use better assertion methods for testingNeeraj Singh2010-05-191-3/+3
| | | | | | [#4645 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Add tests for postgresql column type mapping updates [#4270 state:resolved]Ernie Miller2010-03-311-0/+17
| | | | Signed-off-by: Emilio Tagua <miloops@gmail.com>
* AR should respect default values for MySQL BINARY and VARBINARY columns.Jatinder Singh2009-08-091-0/+34
| | | | | | [#1273 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Don't set "NULL" as a constraint on nullable columns [#398 state:resolved]Tarmo Tänav2008-08-231-4/+4
| | | | This is already the default and adding it breaks SQL standards compatibility.
* Fixed that create database statements would always include "DEFAULT NULL" ↵David Heinemeier Hansson2008-07-141-0/+36
(Nick Sieger) [#334 status:committed]