aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix `bigint?` for Enum columns in MySQLRyuta Kamizono2016-01-311-0/+5
* [close #23009] Limit key lengthschneems2016-01-211-7/+29
* Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQLRyuta Kamizono2016-01-041-1/+12
* Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57Rafael França2015-12-301-0/+44
|\
| * Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-231-0/+44
* | Improve `select_one` in `Mysql2Adapter`Ryuta Kamizono2015-12-271-0/+6
* | Add support for passing flags to MySQL2 adapter by arrayStephen Blackstone2015-12-221-1/+8
* | Remove legacy mysql adapterRyuta Kamizono2015-12-211-4/+1
|/
* These limits are now implicitMatthew Draper2015-12-182-2/+2
* Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-0/+7
* Fix test failure in `adapters/mysql/active_schema_test.rb`Ryuta Kamizono2015-11-201-1/+1
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-9/+9