aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Fix frozen string concatenation by indicating that it's mutableJeremy Daer2018-02-161-1/+1
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-4/+2
* Bring back ability to insert zero value on primary key for fixtures (#31795)Ryuta Kamizono2018-01-261-1/+4
* Update note on MySQL index order support [ci skip]Eugene Kenny2018-01-261-1/+1
* Merge pull request #31422 from Edouard-chin/multistatement-fixturesMatthew Draper2018-01-241-21/+54
|\
| * Combine delete and insert statements in the same queryEdouard CHIN2018-01-221-6/+5
| * Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-221-21/+55
* | Refactor migration to move migrations paths to connectioneileencodes2018-01-181-2/+2
* | Merge pull request #25456 from ojab/masterRyuta Kamizono2018-01-031-3/+1
|\ \
| * | Remove dormant checkojab2016-06-211-3/+1
* | | Remove passing needless empty string `options` in `create_table`Ryuta Kamizono2017-12-201-0/+1
| |/ |/|
* | Emulate JSON types for SQLite3 adapter (#29664)Ryuta Kamizono2017-12-031-0/+1
* | Extract duplicated index column options normalization as `options_for_index_c...Ryuta Kamizono2017-12-031-9/+10
* | Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-032-6/+15
* | Merge pull request #31230 from dinahshi/postgresql_extract_sqlMatthew Draper2017-12-031-1/+15
|\ \
| * | Extract sql fragment generators for alter table from PostgreSQL adapterDinah Shi2017-12-021-1/+15
* | | Add support for invalid foreign keys in PostgresTravis Hunter2017-12-012-0/+7
* | | 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