aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-211-0/+62
* Should quote `lock_name` to pass to `get_advisory_lock`Ryuta Kamizono2016-05-101-3/+3
* Followup of #24835Vipul A M2016-05-031-2/+2
* Extract `add_sql_comment!` methodRyuta Kamizono2016-04-291-3/+3
* Dont simply assume a type is a valid database type. This is only always true ...Vipul A M2016-04-251-0/+11
* Properly serialize all JSON primitives in the AR JSON typeSean Griffin2016-04-131-4/+11
* Support microsecond datetime precision on MariaDB 5.3+.Jeremy Daer2016-04-082-21/+45
* Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic stringsyui-knk2016-04-051-2/+12
* Append sql_mode instead of overwriting in strict modeRyuta Kamizono2016-03-131-25/+25
* Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin...Rafael França2016-03-111-0/+9
|\
| * The BINARY Operator is only needed for string columnsRyuta Kamizono2016-02-221-0/+9
* | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-1/+1
* | Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...Rafael França2016-03-011-19/+13
|\ \
| * | Remove unnecessary namespaces in `explain_test.rb`Ryuta Kamizono2016-02-291-19/+13
| |/
* / Fix `NoMethodError: undefined method `fields' for nil:NilClass`Ryuta Kamizono2016-02-291-0/+18
|/
* Avoid extra `show variables` in migrationRyuta Kamizono2016-02-011-5/+0