aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/connection_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Extract `truncate` and `truncate_tables` into database statementsRyuta Kamizono2019-03-171-11/+0
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-111-2/+2
* Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-0/+2
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-6/+6
* Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-021-2/+2
* Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-231-12/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Merge pull request #28167 from kirs/deprecate-verify-argsMatthew Draper2017-02-261-0/+12
|\
| * Deprecate AbstractAdapter#verify! with argumentsKir Shatrov2017-02-251-0/+12
* | Merge pull request #28169 from kirs/ensure-conn-verifyMatthew Draper2017-02-261-1/+1
|\ \
| * | Use ensure block for things we cleanup in testsKir Shatrov2017-02-251-1/+1
| |/
* | Fix `wait_timeout` to configurable for mysql2 adapterRyuta Kamizono2017-02-241-0/+16
* | Correct spellingBenjamin Fleischer2017-02-051-1/+1
|/
* activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnectDylan Thacker-Smith2017-01-091-1/+2
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix brittle tests which were relying on the error message text from mysql2 gemPrathamesh Sonpatki2016-10-231-4/+4
* Update mysql adapter error message when disconnectedGuillermo Iguaran2016-10-221-2/+2
* Address `warning: ambiguous first argument; put parentheses or a space even a...Yasuo Honda2016-09-131-2/+2
* activerecord/mysql2: Avoid setting @connection to nil, just close itDylan Thacker-Smith2016-09-081-0/+21
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-16/+16
* 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