aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2
Commit message (Expand)AuthorAgeFilesLines
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-212-7/+7
* Use utf8mb4 character set by default for MySQL database (#33608)Yasuo Honda2018-09-112-3/+3
* `supports_xxx?` returns whether a feature is supported by the backendRyuta Kamizono2018-09-081-8/+0
* Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-231-0/+2
|\
| * Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-0/+2
* | Add database configuration to disable advisory locks.Guo Xiang Tan2018-08-221-0/+8
|/
* Replace Mocha#stubs with assert_called_withutilum2018-07-221-6/+11
* Replace some more Mocha#stub calls with Minitestutilum2018-07-171-3/+4
* Remove unnecessary Mocha stubsutilum2018-07-071-1/+0
* CI against MariaDB 10.3Yasuo Honda2018-06-011-1/+3
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-2/+2
* Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-021-2/+2
* Fix `#columsn_for_distinct` of MySQL and PostgreSQLkg8m2018-02-271-5/+5
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-171-2/+2
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-254-11/+11
* Refactor migration to move migrations paths to connectioneileencodes2018-01-181-1/+1
* `create_database` should not add default charset when `collation` is givenRyuta Kamizono2018-01-151-1/+1
* Remove passing needless empty string `options` in `create_table`Ryuta Kamizono2017-12-201-3/+3
* Merge pull request #31177 from albertoalmagro/remove-default-mysql-engine-fro...Matthew Draper2017-12-202-3/+78
|\
| * Remove default ENGINE=InnoDB for Mysql2 adapterAlberto Almagro2017-12-112-3/+78
* | Suppress expected exceptions by `report_on_exception` = `false`Yasuo Honda2017-12-141-0/+2
|/
* Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-031-2/+2
|\
| * Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-021-2/+2
* | Add new error class `QueryCanceled` which will be raised when canceling state...Ryuta Kamizono2017-11-271-0/+27
* | Rename `TransactionTimeout` to more descriptive `LockWaitTimeout` (#31223)Ryuta Kamizono2017-11-271-2/+2
|/
* Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columnsRafael França2017-11-131-11/+11
|\
| * Change tests to use models which don't ignore any columnsJon Moss2017-11-131-11/+11
* | Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-131-0/+29
* | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-111-1/+1
* | Should test actual error which is raised from the databaseRyuta Kamizono2017-11-111-1/+23
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
|/
* 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