aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-210/+0
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-9/+9
* Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-0/+28
* Add stored procedure test in mysql2Ryuta Kamizono2015-10-151-9/+0
* Merge pull request #21288 from yahonda/mysql_requires_passwordArthur Nogueira Neves2015-10-121-1/+1
|\
| * Allow mysql and mysql2 tests run by database user with passwordYasuo Honda2015-08-181-1/+1
* | Remove unnecessary display widthRyuta Kamizono2015-09-161-1/+1
|/
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* If specify `strict: :default` explicitly, do not set sql_mode.Ryuta Kamizono2015-05-261-0/+9
* Remove Relation#bind_paramsSean Griffin2015-01-271-3/+3
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-1/+1
* rm `reorder_bind_params`Sean Griffin2014-11-171-1/+1
* MySQL: set connection collation along with the charsetJeremy Kemper2014-08-301-0/+5
* [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-131-1/+1
* Revert "Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode"Yasuo Honda2014-07-171-4/+3
* Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-301-0/+8
* Add ConnectionHelper to refactor tests.Guo Xiang Tan2014-04-031-9/+2
* Clean up tables after each test.Guo Xiang Tan2014-03-221-39/+41
* Remove `DEFAULT NULL` for primary key column to support MySQL 5.7.3Yasuo Honda2013-12-101-3/+3
* Merge pull request #12779 from dougbarth/dont_swallow_exceptions_during_trans...Aaron Patterson2013-11-151-0/+5
|\
| * Remove tests for not swallowing exceptions.Doug Barth2013-11-151-21/+0
| * Don't swallow exceptions in transctional statementsDoug Barth2013-11-051-0/+26
* | Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-9/+9
|/
* Removed unused loop variableAnupam Choudhury2013-03-221-1/+1
* Skip connection url test when the machine is using socket configuration.Rafael Mendonça França2013-02-241-0/+3
* Don't use anonymous classes in connection testsGuillermo Iguaran2013-01-191-3/+5
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-0/+17
* Remove ActiveRecord::ModelJon Leighton2012-10-261-11/+11
* Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_modeYasuo Honda2012-08-221-3/+4
* fixing tests to deal with data differences between prepared statements and no...Aaron Patterson2012-07-131-1/+4
* Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.Michael Pearson2012-05-051-0/+13
* Fix CIJon Leighton2011-12-281-8/+8
* move around testsAaron Patterson2011-07-211-0/+10
* 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
* use index based substitution for bind parametersAaron Patterson2011-04-131-1/+1
* IdentityMap - misc fixesMarcin Raczkowski2010-11-191-1/+1
* renaming exec in the mysql adapterAaron Patterson2010-11-051-13/+13
* mysql tests are mostly passingAaron Patterson2010-10-261-0/+58
* Bug Fix -- clean up connection after stored procedure [#3151 state:resolved]Jeff Lawson2010-08-171-0/+1
* fixed indentation in test casesMark Turner2010-08-111-1/+1
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+64