aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Should quote `lock_name` to pass to `get_advisory_lock`Ryuta Kamizono2016-05-101-3/+3
* Append sql_mode instead of overwriting in strict modeRyuta Kamizono2016-03-131-25/+25
* Add support for passing flags to MySQL2 adapter by arrayStephen Blackstone2015-12-221-1/+8
* Remove legacy mysql adapterRyuta Kamizono2015-12-211-4/+1
* Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-0/+7
* 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
* 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
* prefer `drop_table if_exists: true` over raw SQL.Yves Senn2015-02-181-1/+1
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-7/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* add a truncate method to the connectionAaron Patterson2014-09-221-0/+13
* 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-11/+3
* Fix tests not unsubscribing from Notifications.Guo Xiang Tan2014-03-281-2/+2
* Unit test for mysql quote time usecArthur Neves2014-03-121-0/+7
* 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-0/+7
* Remove tests for not swallowing exceptions.Doug Barth2013-11-151-21/+0
* Don't swallow exceptions in transctional statementsDoug Barth2013-11-051-0/+26
* stop adding singleton methods to the mysql2 adapterAaron Patterson2013-10-041-7/+7
* `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-061-6/+0
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-0/+17
* Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+6
* Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_modeYasuo Honda2012-08-221-3/+4
* Fix logs name consistency.kennyj2012-05-191-0/+27
* Add config option, rdoc, tests for mysql(2) STRICT_ALL_TABLES mode.Michael Pearson2012-05-051-0/+16
* Fix CIJon Leighton2011-12-281-3/+3
* 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
* avoids warnings about mismatched indentations in Ruby 1.9.2Xavier Noria2010-08-191-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-021-0/+42