aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* Should escape meta characters in regexpRyuta Kamizono2017-05-072-6/+6
* Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-171-2/+2
* Remove duplicated "test" prefixRyuta Kamizono2017-04-071-2/+2
* `valid_type?` should accept only supported typesRyuta Kamizono2017-02-281-11/+0
* 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
* | Refactor `ColumnDefinition` to contain `options` hashRyuta Kamizono2017-02-091-2/+2
* | Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctlyJeremy Daer2017-02-061-60/+0
|\ \
| * | Restore the behaviour of the compatibility layer for integer-like PKsRyuta Kamizono2017-02-041-60/+0
| |/
* / Correct spellingBenjamin Fleischer2017-02-052-3/+3
|/
* Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+Ryuta Kamizono2017-02-012-8/+74
* Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad...Ryuta Kamizono2017-01-201-2/+2
* Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods"Matthew Draper2017-01-201-2/+2
* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata...Ryuta Kamizono2017-01-181-2/+2
* activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnectDylan Thacker-Smith2017-01-091-1/+2
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."Akira Matsuda2016-12-251-2/+2
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* Merge pull request #27329 from kamipo/simplify_unsigned_regexEileen M. Uchitelle2016-12-171-1/+1
|\
| * Simplify the regex for `unsigned?` methodRyuta Kamizono2016-12-111-1/+1
* | fix new warning in ruby 2.4yuuji.yaginuma2016-12-141-1/+1
|/
* Translate numeric value out of range to the specific exceptionRyuta Kamizono2016-12-061-2/+2
* Merge pull request #26687 from kamipo/fix_add_index_to_normalize_optionsMatthew Draper2016-12-061-0/+3
|\
| * Fix `add_index` to normalize column names and optionsRyuta Kamizono2016-10-031-0/+3
* | Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-052-0/+73
* | Fix that unsigned with zerofill is treated as signedRyuta Kamizono2016-11-271-0/+1
* | abort_on_exception can't be disabled for a single threadMatthew Draper2016-11-271-2/+4
* | We expect exceptions; abort will just raise in the wrong placeMatthew Draper2016-11-271-9/+13
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-13/+13
* | Use Regexp#match? rather than Regexp#===Ryuta Kamizono2016-10-261-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
|/
* Serialize JSON attribute value nil as SQL NULL, not JSON 'null'Trung Duc Tran2016-09-231-0/+16
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+3
* 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
* Remove unused `blob_or_text_column?` methodRyuta Kamizono2016-08-191-5/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-165-21/+21
* applies remaining conventions across the projectXavier Noria2016-08-062-2/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-065-168/+168
* remove redundant curlies from hash argumentsXavier Noria2016-08-062-9/+9
* modernizes hash syntax in activerecordXavier Noria2016-08-065-34/+34
* applies new string literal convention in activerecord/testXavier Noria2016-08-0618-149/+149
* The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-041-2/+2
* Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-031-20/+13
|\
| * Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-241-20/+13
* | Extract foreign key action from `information_schema`Ryuta Kamizono2016-06-071-0/+21
* | Do not include default column limit in schema.rbRyuta Kamizono2016-05-311-1/+1
|/