| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #36353 from p8/fix-spelling-in-face-model | Ryuta Kamizono | 2019-05-29 | 1 | -1/+1 |
|\ |
|
| * | Fix comment for "broken" inverse_of associations [ci skip] | Petrik | 2019-05-28 | 1 | -1/+1 |
* | | Address intermittent CI failure due to unfilled schema columns cache | Ryuta Kamizono | 2019-05-29 | 1 | -3/+3 |
* | | `:datetime` and `:time` columns allows `:precision` option [ci skip] | Ryuta Kamizono | 2019-05-28 | 1 | -2/+3 |
* | | Merge pull request #36350 from kamipo/fast_pluck | Ryuta Kamizono | 2019-05-28 | 1 | -3/+5 |
|\ \ |
|
| * | | Allow symbol (i.e. quoted identifier) as safe SQL string | Ryuta Kamizono | 2019-05-28 | 1 | -3/+5 |
| |/ |
|
* / | Use WeakRef to avoid leaking connection pools | John Hawthorn | 2019-05-27 | 1 | -11/+21 |
|/ |
|
* | Extract `readonly_attribute?` | Ryuta Kamizono | 2019-05-27 | 3 | -6/+6 |
* | Merge pull request #36320 from XrXr/no-doc-prepend | Rafael França | 2019-05-21 | 1 | -1/+1 |
|\ |
|
| * | Put :nodoc: on method that raises NoMethodError | Alan Wu | 2019-05-21 | 1 | -1/+1 |
* | | Use `capture_sql` instead of `assert_sql` with no pattern | Ryuta Kamizono | 2019-05-22 | 3 | -15/+12 |
* | | Give up filling schema cache before `assert_no_queries` | Ryuta Kamizono | 2019-05-22 | 6 | -90/+24 |
* | | Put all `explain` methods into `DatabaseStatements` module | Ryuta Kamizono | 2019-05-22 | 4 | -18/+14 |
* | | Fall back to type casting from the connection adapter | Ryuta Kamizono | 2019-05-21 | 3 | -21/+28 |
* | | Except SCHEMA SQLs in `capture_sql` | Ryuta Kamizono | 2019-05-21 | 1 | -1/+1 |
* | | Implicit through table joins should be appeared before user supplied joins | Ryuta Kamizono | 2019-05-19 | 2 | -17/+19 |
* | | Merge pull request #36296 from jhawthorn/dont_fear_the_reaper | Aaron Patterson | 2019-05-18 | 1 | -7/+25 |
|\ \ |
|
| * | | Use a single thread for all ConnectionPool Reapers | John Hawthorn | 2019-05-17 | 1 | -7/+25 |
* | | | Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins | Ryuta Kamizono | 2019-05-15 | 3 | -2/+23 |
|\ \ \ |
|
| * | | | Fix eager loading associations with string joins not to raise NoMethodError | Ryuta Kamizono | 2019-05-15 | 3 | -2/+23 |
* | | | | Don't track implicit `touch` mutation | Ryuta Kamizono | 2019-05-13 | 3 | -6/+22 |
* | | | | [skip ci] Fix missing punctuation mark and formatting | Vishal Telangre | 2019-05-13 | 1 | -1/+1 |
* | | | | Merge pull request #36255 from eugeneius/sqlite_savepoint_support | Kasper Timm Hansen | 2019-05-12 | 4 | -7/+5 |
|\ \ \ \ |
|