| Commit message (Expand) | Author | Age | Files | Lines |
* | Should find last created record | Ryuta Kamizono | 2019-06-15 | 1 | -3/+3 |
* | Ensure to reset actually used `@connection.schema_migration`'s table name | Ryuta Kamizono | 2019-06-15 | 1 | -4/+4 |
* | Fix `test_schema_names` to include "hint_plan" schema | Ryuta Kamizono | 2019-06-15 | 1 | -1/+5 |
* | Move while_preventing_writes from conn to handler | eileencodes | 2019-06-14 | 8 | -49/+111 |
* | Merge pull request #36439 from eileencodes/move-schema-migration-to-migration... | Eileen M. Uchitelle | 2019-06-14 | 15 | -146/+407 |
|\ |
|
| * | Move SchemaMigration to migration_context | eileencodes | 2019-06-14 | 15 | -146/+407 |
* | | Merge pull request #36484 from albertoalmagro/alberto/reverse-column-is-rever... | Ryuta Kamizono | 2019-06-14 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | [ci skip] Update docs as `remove_column` can be reversed | Alberto Almagro | 2019-06-14 | 1 | -3/+3 |
* | | Fix rubocop violations | Ryuta Kamizono | 2019-06-14 | 1 | -2/+2 |
* | | Allocation on demand in transactions | Ryuta Kamizono | 2019-06-14 | 1 | -20/+35 |
|/ |
|
* | Make ActiveRecord `ConnectionPool.connections` thread-safe. (#36473) | jeffdoering | 2019-06-13 | 3 | -1/+44 |
* | Ensure to reset migration version after testing migration | Ryuta Kamizono | 2019-06-13 | 1 | -2/+2 |
* | Reset migration version before testing migration | Ryuta Kamizono | 2019-06-13 | 1 | -0/+2 |
* | Avoid implicit rollback when testing migration | Ryuta Kamizono | 2019-06-13 | 1 | -0/+2 |
* | Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier | Ryuta Kamizono | 2019-06-13 | 151 | -178/+1 |
|\ |
|
| * | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 151 | -178/+1 |
* | | Remove duplicated `table_exists?` | Ryuta Kamizono | 2019-06-13 | 2 | -8/+0 |
* | | Clear schema cache when a table is created/dropped/renamed | Ryuta Kamizono | 2019-06-13 | 6 | -4/+18 |
|/ |
|
* | Merge pull request #36440 from malept/multi-db-abort_if_pending_migrations-task | Eileen M. Uchitelle | 2019-06-11 | 2 | -1/+29 |
|\ |
|
| * | Convert the db:abort_if_pending_migrations task to be multi-DB aware | Mark Lee | 2019-06-10 | 2 | -1/+29 |
* | | Merge pull request #36448 from kamipo/allow_column_name_with_simple_function_... | Ryuta Kamizono | 2019-06-11 | 7 | -42/+67 |
|\ \
| |/
|/| |
|
| * | Allow column name with function (e.g. `length(title)`) as safe SQL string | Ryuta Kamizono | 2019-06-10 | 7 | -42/+67 |
* | | All modern adapters returns a numeric value as the result of numeric calculation | Ryuta Kamizono | 2019-06-11 | 2 | -10/+2 |
|/ |
|
* | Allow `column_name AS alias` as safe SQL string | Ryuta Kamizono | 2019-06-10 | 5 | -0/+14 |
* | Refactor `disallow_raw_sql!` to avoid `split(/\s*,\s*/)` to order args | Ryuta Kamizono | 2019-06-09 | 6 | -21/+56 |
* | Add forgotten nodoc to dump_schema method. | Wojciech Wnętrzak | 2019-06-07 | 1 | -1/+1 |
* | NULLS { FIRST | LAST } is safe SQL string since 6c82b6c99d86f37e61f935fb342cc... | Ryuta Kamizono | 2019-06-07 | 1 | -6/+6 |
* | Merge pull request #36429 from bogdan/fix-preloading-duplicate-records | Ryuta Kamizono | 2019-06-07 | 2 | -1/+8 |
|\ |
|
| * | Fix preloading on AR::Relation where records are duplicated by a join | Bogdan Gusiev | 2019-06-06 | 2 | -1/+8 |
* | | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version | Ryuta Kamizono | 2019-06-06 | 1 | -2/+0 |
|\ \ |
|
| * | | Bump rubocop to 0.71 | Abhay Nikam | 2019-06-06 | 1 | -2/+0 |
* | | | Merge pull request #36420 from kamipo/quoted_identifier_regex | Ryuta Kamizono | 2019-06-06 | 10 | -68/+166 |
|\ \ \
| |/ /
|/| | |
|
| * | | Allow quoted identifier string as safe SQL string | Ryuta Kamizono | 2019-06-06 | 10 | -68/+166 |
* | | | Move schema cache from connection to pool | eileencodes | 2019-06-05 | 6 | -7/+33 |
|/ / |
|
* | | Merge pull request #36416 from freeletics/fix-db-prepare | Eileen M. Uchitelle | 2019-06-05 | 2 | -19/+49 |
|\ \ |
|
| * | | Fixed db:prepare task for multiple databases. | Wojciech Wnętrzak | 2019-06-05 | 2 | -19/+49 |
* | | | Merge pull request #36394 from eileencodes/treat-application-record-as-primary | Eileen M. Uchitelle | 2019-06-05 | 2 | -2/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | Treat ActiveRecord::Base and ApplicationRecord as "primary" | eileencodes | 2019-06-05 | 2 | -2/+19 |
| |/ |
|
* | | Unify to use 4 spaces indentation in CHANGELOGs [ci skip] | Ryuta Kamizono | 2019-06-05 | 1 | -4/+5 |
* | | Fix sqlite3 collation parsing when using decimal columns. | Martin Schuster | 2019-06-04 | 3 | -2/+15 |
|/ |
|
* | Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co... | Ryuta Kamizono | 2019-06-03 | 3 | -2/+28 |
|\ |
|
| * | Fix invalid schema dump when primary key column has a comment | Guilherme Goettems Schneider | 2019-06-03 | 3 | -2/+28 |
* | | Refactor `create_table`'s options separation | Ryuta Kamizono | 2019-06-03 | 2 | -12/+11 |
* | | Merge pull request #36375 from kamipo/fast_save | Ryuta Kamizono | 2019-06-02 | 1 | -16/+26 |
|\ \ |
|
| * | | Avoid making extra 5 arrays in each `save` | Ryuta Kamizono | 2019-06-01 | 1 | -16/+26 |
| |/ |
|
* / | Address test_pluck_columns_with_same_name failure due to nondeterministic sor... | Yasuo Honda | 2019-06-02 | 1 | -1/+1 |
|/ |
|
* | Fix table comment also being applied to the primary key column | Guilherme Goettems Schneider | 2019-05-31 | 3 | -1/+10 |
* | Address intermittent CI failure due to non-determined sort order | Ryuta Kamizono | 2019-05-30 | 1 | -6/+7 |
* | Remove wrong default value for `cache_versioning` in documentation of `cache_... | Sebastian Röder | 2019-05-29 | 1 | -1/+1 |
* | Address intermittent CI failure in cascaded_eager_loading_test.rb | Ryuta Kamizono | 2019-05-29 | 1 | -12/+12 |