aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/mysql2_adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [ActiveRecord] Superclass for aborted queriesKir Shatrov2019-07-161-0/+1
* Raise specific exception on Mysql2::Error::TimeoutErrorKir Shatrov2019-07-161-0/+14
* Add database_exists? method to connection adaptersGuilherme Mansur2019-06-171-0/+12
* Move while_preventing_writes from conn to handlereileencodes2019-06-141-8/+9
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Don't change `collation_connection` in the current connectionRyuta Kamizono2019-03-271-1/+1
* Update READ_QUERY regexAli Ibrahim2019-02-251-0/+8
* Merge pull request #35299 from kamipo/fix_mismatched_foreign_keyRyuta Kamizono2019-02-171-3/+80
|\
| * Fix the regex that extract mismatched foreign key informationRyuta Kamizono2019-02-171-3/+80
|/
* Rename error that occurs when writing on a readEileen Uchitelle2018-12-071-4/+4
* Add ability to prevent writes to a databaseEileen Uchitelle2018-11-301-0/+58
* Fix `#columsn_for_distinct` of MySQL and PostgreSQLkg8m2018-02-271-5/+5
* 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
* `valid_type?` should accept only supported typesRyuta Kamizono2017-02-281-11/+0
* Make pg adapter use bigserial for pk by defaultPavel Pravosud2016-12-051-0/+13
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Dont simply assume a type is a valid database type. This is only always true ...Vipul A M2016-04-251-0/+11
* Fix `NoMethodError: undefined method `fields' for nil:NilClass`Ryuta Kamizono2016-02-291-0/+18
* Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-231-0/+44