aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-231-12/+0
* MySQL: Don't lose `auto_increment: true` in the `db/schema.rb`Ryuta Kamizono2017-10-151-0/+34
* Omit the default limit for float columns (#28041)Ryuta Kamizono2017-08-271-1/+1
* Prefer to place a table options before `force: :cascade` (#28005)Ryuta Kamizono2017-08-271-4/+4
* Merge pull request #30360 from gcourtemanche/transaction_timedoutRafael França2017-08-221-0/+6
|\
| * Add TransactionTimeout for MySQL error code 1205Gabriel Courtemanche2017-08-221-0/+6
* | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
|/
* Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-0119-0/+38
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-1919-0/+38
* | Merge pull request #29380 from y-yagi/insert_environment_value_to_table_befor...Kasper Timm Hansen2017-07-151-0/+4
|\ \ | |/ |/|
| * Insert environment value to `InternalMetadata` after recreating the tableyuuji.yaginuma2017-06-091-0/+4
* | Use `information_schema` to extract `generation_expression` for MariaDBRyuta Kamizono2017-07-071-1/+1
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0219-19/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-0119-0/+19
* | Testing `ReservedWordTest` for all adaptersRyuta Kamizono2017-06-051-151/+0
|/
* Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-301-11/+4
* Extract `JSONSharedTestCases`Ryuta Kamizono2017-05-221-171/+5
* 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