aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/mysql_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* add failing test exposing mysql adapter tinyint bugphinze2013-05-151-3/+16
* Created a layer of abstraction for the valid type checking in schema dumper. ...Ranjay Krishna2013-03-251-0/+9
* Revert "checking in the abstractions for valid type checking:"Jon Leighton2013-02-151-9/+0
* checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+9
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-7/+5
* fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-131-1/+3
* be sure to currectly fetch PK name from MySQL even if the PK has some custom ...Akira Matsuda2012-04-191-0/+30
* Change the string to use in test case.kennyj2012-03-071-1/+1
* Fix message assertions for quoting database name in "show tables" for mysqlCarlos Antonio da Silva2012-03-041-1/+1
* Fix GH #3163. Should quote database on mysql/mysql2.kennyj2012-03-051-0/+10
* remove checks for encodings availabilitySergey Nartimov2011-12-251-11/+5
* 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-1/+1
* fixing variable name in mysql testAaron Patterson2011-04-111-1/+1
* adding mysql adapter test caseAaron Patterson2011-04-111-0/+69