aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/quoting_test.rb
Commit message (Expand)AuthorAgeFilesLines
* use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-1/+1
* Remove ivar only when definedAkira Matsuda2015-07-241-2/+2
* Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-201-0/+14
* make it possible to run AR tests with bin/testYves Senn2015-06-111-15/+9
* Stop relying on columns in mysql quoting testsSean Griffin2015-01-011-6/+2
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-2/+2
* Add a type object to Column constructorSean Griffin2014-05-171-2/+2
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-2/+1
* mysql type cast should return integers when typecasting true / falseAaron Patterson2011-04-141-0/+26