aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/boolean_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Stop relying on columns for type information in mysql2 casting testsSean Griffin2015-01-011-4/+2
| | | | | | The column itself has no actual impact on the return value. These were actually testing the behavior of the type object, which is sufficiently covered elsewhere.
* Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
|
* active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-2/+2
|
* Unifies mysql and mysql2 casting of booleans.Yves Senn2013-11-111-3/+3
|
* test cases to describe the MySQL boolean behavior.Yves Senn2013-11-111-0/+91