aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* Fix boolean column migration scriptyuuji.yaginuma2017-07-131-1/+1
* Merge pull request #29699 from lugray/represent_boolean_as_integerMatthew Draper2017-07-123-4/+38
|\
| * Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-113-4/+38
* | [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
|/
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-101-1/+2
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuidsMatthew Draper2017-07-091-1/+1
|\ \
| * | Don't allow uuids with orphan curly bracespdebelak2017-07-071-1/+1
* | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptionsMatthew Draper2017-07-091-2/+4
|\ \ \
| * | | Don't translate non-database exceptions.Dennis Taylor2017-07-051-2/+4
* | | | Merge pull request #29706 from kamipo/use_information_schema_to_extract_expre...Matthew Draper2017-07-091-1/+1
|\ \ \ \
| * | | | Use `information_schema` to extract `generation_expression` for MariaDBRyuta Kamizono2017-07-071-1/+1
| | |/ / | |/| |
* / | | Fix default `CURRENT_TIMESTAMP` in schema dumping for MariaDB 10.2Ryuta Kamizono2017-07-071-2/+2
|/ / /
* / / Fix extracting MariaDB versionRyuta Kamizono2017-07-071-2/+6
|/ /
* / Remove database specific JSON typesRyuta Kamizono2017-07-053-14/+0
|/
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-0216-81/+130
|\
| * Fix removed version 5.2 to 6.0 in the deprecation messageRyuta Kamizono2017-07-021-1/+1
| * Apply record state based on parent transaction stateeileencodes2017-07-011-2/+15
| * Deprecate and replace `set_state` methodeileencodes2017-07-011-6/+27
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0271-71/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0271-0/+71
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-0171-0/+71
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-029-18/+18
| |\ \
| | * | Make ActiveRecord frozen string literal friendly.Pat Allan2017-06-209-18/+18
| * | | Don't cache queries for schema statementsRyuta Kamizono2017-06-3010-55/+70
| | |/ | |/|
* / | [Active Record] require => require_relativeAkira Matsuda2017-07-017-63/+63
|/ /
* | Should use the same connection in using query cacheRyuta Kamizono2017-06-291-0/+1
* | Merge pull request #29612 from kamipo/use_quote_method_rather_than_single_quoteRafael França2017-06-285-13/+12
|\ \
| * | Use `quote` method rather than single quotes to identifiers in SQLRyuta Kamizono2017-06-295-13/+12
* | | Merge pull request #29405 from kamipo/locked_should_not_build_arelRafael França2017-06-281-0/+1
|\ \ \ | |/ / |/| |
| * | Remove delegating to arel in a relationRyuta Kamizono2017-06-291-0/+1
* | | Avoid begin/rescue in fixture quotingKir Shatrov2017-06-201-5/+4
* | | Use bulk INSERT to insert fixturesKir Shatrov2017-06-203-6/+73
|/ /
* | Merge pull request #29454 from kamipo/fix_exists_queries_with_cacheRafael França2017-06-192-51/+0
|\ \
| * | Ensure query caching for `select_*` methods in connection adaptersRyuta Kamizono2017-06-152-51/+0
* | | Merge pull request #29486 from kirs/fixtures-arelRafael França2017-06-191-4/+11
|\ \ \ | |_|/ |/| |
| * | Refactor #insert_fixtures to use ArelKir Shatrov2017-06-191-4/+11
* | | Merge pull request #29455 from kirs/remove-column-with-fk-mysqlGuillermo Iguaran2017-06-161-0/+7
|\ \ \
| * | | Remove FK together with column in MySQLKir Shatrov2017-06-161-0/+7
* | | | Merge pull request #29431 from kamipo/fix_create_table_with_query_from_relationMatthew Draper2017-06-171-1/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix `create_table` with query from relationRyuta Kamizono2017-06-131-1/+6
| | |/ | |/|
* / | Fix `dump_schema_information` with empty versionsRyuta Kamizono2017-06-151-1/+1
|/ /
* / Remove `null_allowed` option from doc [ci skip]yuuji.yaginuma2017-06-101-2/+1
|/
* [ci skip] Add missing `be`Prathamesh Sonpatki2017-06-031-1/+1
* Merge pull request #29135 from Nerian/document_support_for_composite_primary_...Eileen M. Uchitelle2017-06-021-0/+19
|\
| * Document support for composite primary keysNerian2017-05-181-0/+19
* | Merge pull request #29220 from kamipo/consolidate_database_specific_json_typesMatthew Draper2017-06-014-7/+5
|\ \
| * | Consolidate database specific JSON types to `Type::Json`Ryuta Kamizono2017-05-304-7/+5
* | | Support PostgreSQL 10 `pg_sequence`Yasuo Honda2017-05-301-1/+9
|/ /