aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/mysql_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Clean up tables after each test.Guo Xiang Tan2014-03-221-53/+55
* Change the inexistent database name to inexistent_activerecord_unittestYasuo Honda2014-01-011-1/+1
* used user-defined configurations for running tests that might depend on user'...Kuldeep Aggarwal2013-12-291-1/+2
* Move mysql2 test for when adapter will be loadedschneems2013-12-241-7/+0
* Raise NoDatabaseError when db does not existschneems2013-12-241-0/+14
* Remove `DEFAULT NULL` for primary key column to support MySQL 5.7.3Yasuo Honda2013-12-101-3/+3
* Define enable_extension method to prevent undefined method errorAntonio Santos2013-08-021-0/+12
* 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