| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Fix query cache when using shared connections | Heinrich Lee Yu | 2019-07-08 | 3 | -5/+26 |
* | | | | | | Merge pull request #36612 from y-yagi/make_setup_works_when_using_with_locale... | Yuji Yaginuma | 2019-07-09 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Make "bin/setup" works when using PostgreSQL with locales other than en locale | yuuji.yaginuma | 2019-07-07 | 1 | -1/+1 |
* | | | | | | | Fix indentation 💇♀️ | Roberto Miranda | 2019-07-08 | 1 | -1/+1 |
* | | | | | | | Merge branch 'master' into add_database_exist_method | Guillermo Iguaran | 2019-07-08 | 47 | -176/+421 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | When DATABASE_URL is specified don't trample envs that use a url: key | Will Jessop | 2019-07-08 | 2 | -5/+24 |
| * | | | | | | Merge pull request #36616 from kamipo/dont_use_alias_for_grouped_field | Ryuta Kamizono | 2019-07-08 | 2 | -1/+8 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | Do not use aliases in GROUP BY clause | Ryuta Kamizono | 2019-07-08 | 2 | -1/+8 |
| | |/ / / / |
|
| * / / / / | Should `Regexp.escape` quoted table name in regex | Ryuta Kamizono | 2019-07-08 | 7 | -115/+51 |
| |/ / / / |
|
| * / / / | MySQL: Fix schema dumping `enum` and `set` columns correctly | Ryuta Kamizono | 2019-07-05 | 6 | -7/+55 |
| |/ / / |
|
| * | | | Add "SCHEMA" to the query in `configure_connection` like as other adapters | Ryuta Kamizono | 2019-06-28 | 1 | -1/+1 |
| * | | | warning: instance variable @serial not initialized (#36556) | utilum | 2019-06-28 | 1 | -0/+10 |
| * | | | Merge pull request #36565 from rails/fix-url-configs | Eileen M. Uchitelle | 2019-06-27 | 3 | -2/+33 |
| |\ \ \ |
|
| | * | | | Fix broken url configs | eileencodes | 2019-06-27 | 3 | -2/+33 |
| * | | | | Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce ... | Ryuta Kamizono | 2019-06-28 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Merge pull request #36560 from eileencodes/warn-if-database-yml-cant-be-read | Eileen M. Uchitelle | 2019-06-27 | 2 | -9/+20 |
| |\ \ \ |
|
| | * | | | Load initial database.yml once, and warn if we can't create tasks | eileencodes | 2019-06-27 | 2 | -9/+20 |
| * | | | | `length(title)` is a safe SQL string since #36448 | Ryuta Kamizono | 2019-06-26 | 1 | -2/+2 |
| |/ / / |
|
| * | | | Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc... | Rafael França | 2019-06-24 | 4 | -1/+49 |
| |\ \ \ |
|
| | * | | | Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail... | Vishal Telangre | 2019-05-10 | 4 | -1/+49 |
| * | | | | Schema Cache: extract deduplication commonality | Kasper Timm Hansen | 2019-06-21 | 1 | -10/+15 |
| * | | | | Also deduplicate schema cache data when using the init_with interface | Jean Boussier | 2019-06-21 | 1 | -6/+6 |
| * | | | | Merge pull request #36526 from yahonda/test_statement_cache_with_in_clause_pg | Ryuta Kamizono | 2019-06-21 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Address test_statement_cache_with_in_clause failure due to nondeterministic s... | Yasuo Honda | 2019-06-20 | 1 | -1/+1 |
| * | | | | | Revert schema dumper to use strings rather than integers | eileencodes | 2019-06-20 | 3 | -3/+4 |
| |/ / / / |
|
| * | | | | Merge pull request #36520 from kamipo/test_case_for_deterministic_order | Ryuta Kamizono | 2019-06-20 | 1 | -0/+6 |
| |\ \ \ \ |
|
| | * | | | | Add test cases to ensure deterministic order for ordinal methods | Ryuta Kamizono | 2019-06-19 | 1 | -0/+6 |
| * | | | | | Merge pull request #36518 from Shopify/drop-schema-cache-column-hash | Kasper Timm Hansen | 2019-06-19 | 1 | -8/+5 |
| |\ \ \ \ \ |
|
| | * | | | | | Stop serializing and parsing columns_hash in Active Record schema caches | Jean Boussier | 2019-06-19 | 1 | -8/+5 |
| | |/ / / / |
|
| * / / / / | Better error message for calling columns_hash | Guilherme Mansur | 2019-06-19 | 4 | -0/+19 |
| |/ / / / |
|
| * | | | | Merge pull request #35891 from Shopify/schema-cache-deduplication | Kasper Timm Hansen | 2019-06-19 | 12 | -16/+123 |
| |\ \ \ \ |
|
| | * | | | | Deduplicate various Active Record schema cache structures | Jean Boussier | 2019-06-03 | 12 | -16/+123 |
| * | | | | | Avoid redundant `time.getutc` call if it is already utc time object | Ryuta Kamizono | 2019-06-18 | 1 | -5/+5 |
* | | | | | | Add database_exists? method to connection adapters | Guilherme Mansur | 2019-06-17 | 8 | -0/+71 |
|/ / / / / |
|
* | | | | | PostgreSQL: Fix GROUP BY with ORDER BY virtual count attribute | Ryuta Kamizono | 2019-06-17 | 5 | -12/+30 |
* | | | | | Remove unused `Arel::Attributes.for` | Ryuta Kamizono | 2019-06-15 | 4 | -70/+1 |
| |_|/ /
|/| | | |
|
* | | | | No allocation `Arel::Visitors::ToSql#visit` | Ryuta Kamizono | 2019-06-15 | 4 | -33/+34 |
* | | | | 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 |