aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36773 from seejohnrun/db-configuration-separate-env-varsEileen M. Uchitelle2019-07-261-5/+33
|\
| * Allow separate database env variables per-connectionJohn Crepezzi2019-07-261-5/+33
* | Merge pull request #36776 from giraffate/fix_join_middle_table_alias_when_usi...Rafael França2019-07-261-2/+9
|\ \
| * | Fix join middle table alias when using HABTMTakayuki Nakata2019-07-261-2/+9
* | | Merge pull request #36372 from instructure-bridge/6-0-stableRafael França2019-07-261-5/+8
| |/ |/|
* | Only merge DATABASE_URL settings into the current envJohn Crepezzi2019-07-251-0/+16
* | Merge pull request #36766 from jhawthorn/call_connection_error_numberJohn Hawthorn2019-07-251-3/+8
|\ \
| * | Use connection.error_number in MySQLDatabaseTasksJohn Hawthorn2019-07-251-3/+8
* | | Merge pull request #36380 from edudepetris/ed/36272-better-negative-scope-war...Rafael Mendonça França2019-07-251-0/+22
|\ \ \ | |/ / |/| |
| * | Add a warning for enum elements with 'not_' prefix.Edu Depetris2019-06-301-0/+22
* | | Merge pull request #36740 from stanhu/sh-fix-index-exists-postgresql-partial-...Rafael França2019-07-251-2/+4
|\ \ \ | |_|/ |/| |
| * | Fix index_exists? for PostgreSQL expression indexesStan Hu2019-07-241-2/+4
* | | Merge pull request #36492 from kamipo/remove_depth_first_visitorRyuta Kamizono2019-07-254-306/+7
|\ \ \
| * | | Remove unused `DepthFirst` visitorRyuta Kamizono2019-06-154-306/+7
* | | | Merge pull request #36756 from seejohnrun/env-urls-with-multiple-databasesEileen M. Uchitelle2019-07-241-0/+24
|\ \ \ \
| * | | | Fix multiple database support for DATABASE_URL env variableJohn Crepezzi2019-07-241-0/+24
* | | | | Merge pull request #36671 from wjessop/do_not_validate_non_dirty_association_...Eileen M. Uchitelle2019-07-244-0/+36
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Don't validate non dirty association targetsWill Jessop2019-07-154-0/+36
* | | | | Merge pull request #36665 from jmschneider/masterRafael Mendonça França2019-07-231-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make currency symbols optional for money column type in PostgreSQLJoel Schneider2019-07-121-0/+4
| |/ / /
* | | | [ActiveRecord] Deduplicate optimizer hintsKir Shatrov2019-07-191-0/+7
* | | | Support beginless ranges in hash conditions.Josh Goodall2019-07-171-0/+24
* | | | [ActiveRecord] Superclass for aborted queriesKir Shatrov2019-07-162-2/+5
* | | | Raise specific exception on Mysql2::Error::TimeoutErrorKir Shatrov2019-07-161-0/+14
* | | | Move the `ActiveModel:Errors#full_message` method to the `Error` class:Edouard CHIN2019-07-161-2/+2
* | | | Merge pull request #36640 from Edouard-chin/ec-uniq-validation-fixRafael França2019-07-151-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix errors getting duplicated when passed validations options:Edouard CHIN2019-07-101-1/+2
* | | | Merge pull request #36647 from giraffate/fix_exists_with_distinct_and_offset_...Ryuta Kamizono2019-07-111-0/+5
|\ \ \ \
| * | | | Fix `relation.exists?` with giving `distinct`, `offset` and `order` for joine...Takayuki Nakata2019-07-101-0/+5
* | | | | Merge pull request #36618 from engwan/fix-query-cache-with-shared-ar-connectionEileen M. Uchitelle2019-07-101-0/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix query cache when using shared connectionsHeinrich Lee Yu2019-07-081-0/+17
* | | | | Merge branch 'master' into add_database_exist_methodGuillermo Iguaran2019-07-0825-139/+241
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | When DATABASE_URL is specified don't trample envs that use a url: keyWill Jessop2019-07-081-0/+19
| * | | | Merge pull request #36616 from kamipo/dont_use_alias_for_grouped_fieldRyuta Kamizono2019-07-081-0/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Do not use aliases in GROUP BY clauseRyuta Kamizono2019-07-081-0/+7
| * | | | Should `Regexp.escape` quoted table name in regexRyuta Kamizono2019-07-087-115/+51
| |/ / /
| * | / MySQL: Fix schema dumping `enum` and `set` columns correctlyRyuta Kamizono2019-07-054-5/+47
| | |/ | |/|
| * | Merge pull request #36565 from rails/fix-url-configsEileen M. Uchitelle2019-06-272-1/+32
| |\ \
| | * | Fix broken url configseileencodes2019-06-272-1/+32
| * | | Address to "DEPRECATION WARNING: Uniqueness validator will no longer enforce ...Ryuta Kamizono2019-06-281-1/+1
| |/ /
| * | `length(title)` is a safe SQL string since #36448Ryuta Kamizono2019-06-261-2/+2
| * | Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-assoc...Rafael França2019-06-243-0/+48
| |\ \
| | * | Fix: ActiveRecord::RecordInvalid is not raised when an associated record fail...Vishal Telangre2019-05-103-0/+48
| * | | Merge pull request #36526 from yahonda/test_statement_cache_with_in_clause_pgRyuta Kamizono2019-06-211-1/+1
| |\ \ \
| | * | | Address test_statement_cache_with_in_clause failure due to nondeterministic s...Yasuo Honda2019-06-201-1/+1
| * | | | Revert schema dumper to use strings rather than integerseileencodes2019-06-201-0/+1
| |/ / /
| * | | Merge pull request #36520 from kamipo/test_case_for_deterministic_orderRyuta Kamizono2019-06-201-0/+6
| |\ \ \
| | * | | Add test cases to ensure deterministic order for ordinal methodsRyuta Kamizono2019-06-191-0/+6
| * | | | Better error message for calling columns_hashGuilherme Mansur2019-06-191-0/+8
| |/ / /
| * | | Merge pull request #35891 from Shopify/schema-cache-deduplicationKasper Timm Hansen2019-06-194-14/+18
| |\ \ \