| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/master' into unlock-minitest | Rafael Mendonça França | 2017-08-01 | 19 | -0/+38 |
|\ |
|
| * | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 19 | -0/+38 |
* | | Merge pull request #29380 from y-yagi/insert_environment_value_to_table_befor... | Kasper Timm Hansen | 2017-07-15 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Insert environment value to `InternalMetadata` after recreating the table | yuuji.yaginuma | 2017-06-09 | 1 | -0/+4 |
* | | Use `information_schema` to extract `generation_expression` for MariaDB | Ryuta Kamizono | 2017-07-07 | 1 | -1/+1 |
* | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 19 | -19/+0 |
* | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 19 | -0/+19 |
* | | Testing `ReservedWordTest` for all adapters | Ryuta Kamizono | 2017-06-05 | 1 | -151/+0 |
|/ |
|
* | Consolidate database specific JSON types to `Type::Json` | Ryuta Kamizono | 2017-05-30 | 1 | -11/+4 |
* | Extract `JSONSharedTestCases` | Ryuta Kamizono | 2017-05-22 | 1 | -171/+5 |
* | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 2 | -6/+6 |
* | Don't fallback to utf8mb3 after MySQL 8.0.0 | Ryuta Kamizono | 2017-04-17 | 1 | -2/+2 |
* | Remove duplicated "test" prefix | Ryuta Kamizono | 2017-04-07 | 1 | -2/+2 |
* | `valid_type?` should accept only supported types | Ryuta Kamizono | 2017-02-28 | 1 | -11/+0 |
* | Merge pull request #28167 from kirs/deprecate-verify-args | Matthew Draper | 2017-02-26 | 1 | -0/+12 |
|\ |
|
| * | Deprecate AbstractAdapter#verify! with arguments | Kir Shatrov | 2017-02-25 | 1 | -0/+12 |
* | | Merge pull request #28169 from kirs/ensure-conn-verify | Matthew Draper | 2017-02-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Use ensure block for things we cleanup in tests | Kir Shatrov | 2017-02-25 | 1 | -1/+1 |
| |/ |
|
* | | Fix `wait_timeout` to configurable for mysql2 adapter | Ryuta Kamizono | 2017-02-24 | 1 | -0/+16 |
* | | Refactor `ColumnDefinition` to contain `options` hash | Ryuta Kamizono | 2017-02-09 | 1 | -2/+2 |
* | | Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly | Jeremy Daer | 2017-02-06 | 1 | -60/+0 |
|\ \ |
|
| * | | Restore the behaviour of the compatibility layer for integer-like PKs | Ryuta Kamizono | 2017-02-04 | 1 | -60/+0 |
| |/ |
|
* / | Correct spelling | Benjamin Fleischer | 2017-02-05 | 2 | -3/+3 |
|/ |
|
* | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+ | Ryuta Kamizono | 2017-02-01 | 2 | -8/+74 |
* | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad... | Ryuta Kamizono | 2017-01-20 | 1 | -2/+2 |
* | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods" | Matthew Draper | 2017-01-20 | 1 | -2/+2 |
* | Remove `initialize_schema_migrations_table` and `initialize_internal_metadata... | Ryuta Kamizono | 2017-01-18 | 1 | -2/+2 |
* | activerecord/test: Fix Mysql2ConnectionTest#test_execute_after_disconnect | Dylan Thacker-Smith | 2017-01-09 | 1 | -1/+2 |
* | "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6." | Akira Matsuda | 2016-12-25 | 1 | -2/+2 |
* | Privatize unneededly protected methods in Active Record tests | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | Merge pull request #27329 from kamipo/simplify_unsigned_regex | Eileen M. Uchitelle | 2016-12-17 | 1 | -1/+1 |
|\ |
|
| * | Simplify the regex for `unsigned?` method | Ryuta Kamizono | 2016-12-11 | 1 | -1/+1 |
* | | fix new warning in ruby 2.4 | yuuji.yaginuma | 2016-12-14 | 1 | -1/+1 |
|/ |
|
* | Translate numeric value out of range to the specific exception | Ryuta Kamizono | 2016-12-06 | 1 | -2/+2 |
* | Merge pull request #26687 from kamipo/fix_add_index_to_normalize_options | Matthew Draper | 2016-12-06 | 1 | -0/+3 |
|\ |
|
| * | Fix `add_index` to normalize column names and options | Ryuta Kamizono | 2016-10-03 | 1 | -0/+3 |
* | | Make pg adapter use bigserial for pk by default | Pavel Pravosud | 2016-12-05 | 2 | -0/+73 |
* | | Fix that unsigned with zerofill is treated as signed | Ryuta Kamizono | 2016-11-27 | 1 | -0/+1 |
* | | abort_on_exception can't be disabled for a single thread | Matthew Draper | 2016-11-27 | 1 | -2/+4 |
* | | We expect exceptions; abort will just raise in the wrong place | Matthew Draper | 2016-11-27 | 1 | -9/+13 |
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 4 | -13/+13 |
* | | Use Regexp#match? rather than Regexp#=== | Ryuta Kamizono | 2016-10-26 | 1 | -1/+1 |
* | | Fix brittle tests which were relying on the error message text from mysql2 gem | Prathamesh Sonpatki | 2016-10-23 | 1 | -4/+4 |
* | | Update mysql adapter error message when disconnected | Guillermo Iguaran | 2016-10-22 | 1 | -2/+2 |
|/ |
|
* | Serialize JSON attribute value nil as SQL NULL, not JSON 'null' | Trung Duc Tran | 2016-09-23 | 1 | -0/+16 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -3/+3 |
* | Address `warning: ambiguous first argument; put parentheses or a space even a... | Yasuo Honda | 2016-09-13 | 1 | -2/+2 |
* | activerecord/mysql2: Avoid setting @connection to nil, just close it | Dylan Thacker-Smith | 2016-09-08 | 1 | -0/+21 |
* | Remove unused `blob_or_text_column?` method | Ryuta Kamizono | 2016-08-19 | 1 | -5/+0 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 5 | -21/+21 |