aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/mysql_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-119/+0
* Remove unused `pk_and_sequence_for` in AbstractMysqlAdapterRyuta Kamizono2015-10-081-24/+0
* Eliminate `test_tables_quoting` following seems to be left in #21687Ronak Jangir2015-09-211-8/+0
* :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* Remove unnecessary display widthRyuta Kamizono2015-09-161-4/+4
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove Relation#bind_paramsSean Griffin2015-01-271-3/+3
* Ensures that primary_key method will return nil when multi-pkArthur Neves2014-12-301-0/+6
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* 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