aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * Clarify deprecation message for #quoted_idMatthew Draper2017-05-051-1/+8
* | Don't pass `arel.engine` to `Arel::SelectManager.new`Ryuta Kamizono2017-05-051-6/+4
|/
* Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-014-20/+3
* Merge pull request #28883 from yahonda/fix28797Rafael França2017-04-261-1/+1
|\
| * PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functionsYasuo Honda2017-04-261-1/+1
* | Merge pull request #28891 from sodabrew/patch-1Rafael França2017-04-261-2/+0
|\ \
| * | Remove mysql2 database adapter default username rootAaron Stone2017-04-261-2/+0
* | | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-262-49/+4
|/ /
* / Lock connection before checking it inMatthew Draper2017-04-261-6/+8
|/
* Fix typos [ci skip]Tobias Fankhänel2017-04-251-2/+2
* Merge pull request #28733 from kamipo/dont_fallback_to_utf8mb3_after_mysql_8.0.0Rafael França2017-04-192-8/+10
|\
| * Don't fallback to utf8mb3 after MySQL 8.0.0Ryuta Kamizono2017-04-172-8/+10
* | Fix `extract_expression_for_virtual_column` for MariaDBRyuta Kamizono2017-04-191-1/+1
* | Use `quoted_scope` rather than `@config[:database]` to respect current databaseRyuta Kamizono2017-04-191-2/+3
* | Fix the doc on the `IndexDefinition` [ci skip]Ryuta Kamizono2017-04-171-1/+1
|/
* Support Descending Indexes for MySQLRyuta Kamizono2017-04-162-3/+2
* Refactor `indexes` things in connection adaptersRyuta Kamizono2017-04-166-67/+114
* Merge pull request #28726 from matthewd/transaction-lockingMatthew Draper2017-04-133-52/+70
|\
| * Add comprehensive locking around DB transactionsMatthew Draper2017-04-113-52/+70
* | Use a query that's compatible with PostgreSQL 9.2Matthew Draper2017-04-121-7/+11
|/
* Fix example usage of ActiveRecord::Base.establish_connectionSimon Dawson2017-03-301-1/+1
* Merge pull request #28478 from kamipo/fix_primary_keys_across_multiple_schemasAndrew White2017-03-291-9/+7
|\
| * Fix `primary_keys` across multiple schemasRyuta Kamizono2017-03-201-9/+7
* | Merge pull request #28052 from kamipo/make_internal_methods_to_privateRafael França2017-03-2811-184/+180
|\ \
| * | Make internal methods to privateRyuta Kamizono2017-03-2711-184/+180
* | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-262-4/+49
|/ /
* | Move comment to inside the method [ci skip]Fumiaki MATSUSHIMA2017-03-231-1/+1
* | Merge pull request #28526 from kamipo/fix_log_subscriber_to_allow_legacy_bindsRafael França2017-03-221-8/+7
|\ \
| * | Fix `LogSubscriber` to allow legacy `binds`Ryuta Kamizono2017-03-231-8/+7
* | | [PostgreSQL]: Replace deprecated PG constants.Lars Kanis2017-03-225-16/+16
|/ /
* | Merge pull request #28487 from kamipo/remove_duplicated_columns_definitionRafael França2017-03-202-11/+5
|\ \
| * | Remove duplicated `columns` definitionRyuta Kamizono2017-03-202-11/+5
| |/
* | Merge pull request #27939 from kamipo/fix_select_all_with_legacy_bindsRafael França2017-03-201-1/+5
|\ \ | |/ |/|
| * Fix `select_all` with legacy `binds`Ryuta Kamizono2017-02-121-1/+5
* | Revert "Merge pull request #28369 from mylake/reduce-postgresql-adapter-memor...Matthew Draper2017-03-141-2/+2
* | Merge pull request #28369 from mylake/reduce-postgresql-adapter-memory-bloatRafael França2017-03-131-2/+2
|\ \
| * | Use “distinct” to filter redundant types from pg_typeto reduce memory blo...mylake2017-03-101-2/+2
* | | Merge pull request #28068 from kamipo/refactor_data_sourcesRafael França2017-03-137-201/+154
|\ \ \
| * | | Prefer `USING (column_list)` for joining information_schemaRyuta Kamizono2017-02-251-3/+1
| * | | Extract `data_source_sql` to refactor data source statementsRyuta Kamizono2017-02-207-198/+153
* | | | Merge pull request #28017 from mtsmfm/suppress-dep-warnMatthew Draper2017-03-132-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Suppress deprecation warning `implementing to_yaml is deprecated`Fumiaki MATSUSHIMA2017-02-152-0/+4
| |/ /
* | | Merge pull request #28305 from kamipo/extract_schema_migration_all_versionsAndrew White2017-03-061-2/+2
|\ \ \
| * | | Extract `SchemaMigration.all_versions`Ryuta Kamizono2017-03-061-2/+2
* | | | Fix `deserialize` with JSON arrayRyuta Kamizono2017-03-061-1/+1
|/ / /
* | | Remove useless `Migrator.schema_migrations_table_name`Ryuta Kamizono2017-03-051-2/+2
* | | Don't hide method that's been documented API since Rails 2.1Andrew White2017-03-041-3/+3
* | | Fix `rake db:schema:load` with subdirectoriesRyuta Kamizono2017-03-051-5/+4
* | | Don't share `options` with a reference type columnRyuta Kamizono2017-03-041-7/+3
* | | Merge pull request #28220 from kamipo/valid_type_accept_only_supported_typesRafael França2017-03-011-4/+0
|\ \ \