aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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