aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Remove unpaired `}` [ci skip]Ryuta Kamizono2017-12-011-2/+1
* Add support for PostgreSQL operator classes to add_indexGreg Navis2017-11-302-3/+29
* Merge pull request #31221 from matthewd/flush-idle-connectionsMatthew Draper2017-11-261-16/+58
|\
| * Flush idle database connectionsMatthew Draper2017-11-261-16/+58
* | Merge pull request #31173 from matthewd/connection-fork-safetyMatthew Draper2017-11-251-0/+35
|\ \ | |/ |/|
| * Improve AR connection fork safetyMatthew Draper2017-11-181-0/+35
* | Merge pull request #28742 from quixoten/stack_conn_poolMatthew Draper2017-11-171-6/+3
|\ \ | |/ |/|
| * Fix typosDevin Christensen2017-04-131-1/+1
| * Improve documentation and add testDevin Christensen2017-04-131-7/+4
| * Switch to LIFO for the connection poolDevin Christensen2017-04-121-2/+2
* | Properly check transaction in persistenceKeenan Brock2017-11-061-1/+1
* | [ci skip]Update the documentation about the primary key typesuginoy2017-10-291-15/+15
* | Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-231-1/+1
* | Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-231-10/+0
* | Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-231-6/+1
* | Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-231-17/+0
* | [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* | Express #change_column_comment as public apibogdanvlviv2017-10-041-1/+1
* | Preload digest/sha2 to avoid thread safe error.Francesco Rodriguez2017-09-251-1/+1
* | Extract `integer_like_primary_key_type` to ease to handle it for adaptersRyuta Kamizono2017-09-251-0/+7
* | Move integer-like primary key normalization to `new_column_definition`Ryuta Kamizono2017-09-231-0/+4
* | Add :comment option for add_column [ci skip]Yoshiyuki Kinjo2017-09-201-0/+2
* | Should quote composite primary key namesRyuta Kamizono2017-09-041-1/+1
* | `add_reference` should respect column position for both reference id and type...Ryuta Kamizono2017-09-011-1/+1
* | Clarify that bulk option is supported only by MySQL [ci skip]Prathamesh Sonpatki2017-08-291-0/+2
* | Refactor `SchemaDumper` to make it possible to adapter specific customizationRyuta Kamizono2017-08-222-19/+22
* | Remove deprecated `#migration_keys`Ryuta Kamizono2017-08-221-6/+0
* | Update links to use https instead of http [ci skip]Yoshiyuki Hirano2017-08-222-2/+2
* | Require "active_support/core_ext/hash/compact" for `compact!`Ryuta Kamizono2017-08-211-0/+2
* | Don't expose `prepare_column_options`Ryuta Kamizono2017-08-211-32/+13
* | Restore the ability that SQL with binds for `insert`, `update`, and `delete` ...Ryuta Kamizono2017-08-181-6/+6
* | Restore `to_sql` to return only SQL (#29945)Ryuta Kamizono2017-08-182-5/+11
* | Fix RDoc formatting: `+` doesn't work with `@`ohbarye2017-08-111-5/+5
* | Start `@reaper.run` after connection pool initializedRyuta Kamizono2017-08-111-2/+3
* | Merge pull request #30108 from yui-knk/require_concurrent_mapRafael França2017-08-081-0/+2
|\ \
| * | Add missed `require`yui-knk2017-08-071-0/+2
* | | [ci skip] Postgres --> PostgreSQLRyuta Kamizono2017-08-081-1/+1
|/ /
* | Fix all rubocop violationsRafael Mendonça França2017-08-031-2/+2
* | Change http postgresql.org links to https [ci skip]yuuji.yaginuma2017-07-301-1/+1
* | Clarify add_column limit documentationLisa Ugray2017-07-251-0/+1
* | Fix test failures when prepared statements are disabledSean Griffin2017-07-241-2/+25
* | Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-243-22/+36
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-1911-0/+22
* | Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-4/+4
* | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-025-24/+72
|\ \
| * | 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-0211-11/+0
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0211-0/+11
| |\ \