aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Add available transformations to docs [ci skip]wata_mac2018-05-131-0/+3
* Restore original merging order to enforce `if_exists: true`Ryuta Kamizono2018-04-291-2/+1
* Allow `primary_key` argument to `empty_insert_statement_value`Yasuo Honda2018-04-201-1/+1
* Remove unused attr_writer :joinable on TransactionEugene Kenny2018-04-171-1/+0
* passing splat keyword arguments as a single Hashutilum2018-04-041-2/+3
* Remove `ForeignKeys` module which was introduced at #32299Ryuta Kamizono2018-04-021-1/+1
* Move fk_ignore_pattern from config.active_record to SchemaDumperDavid Stosik2018-03-221-1/+1
* Expose foreign key name ignore pattern in configurationDavid Stosik2018-03-192-1/+5
* Ensure that leading date is stripped by quoted_timeAndrew White2018-03-111-1/+1
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-2/+0
* PostgreSQL adapter also supports bulk alter since #31331 [ci skip]yuuji.yaginuma2018-03-021-1/+1
* Use `delegate private: true` for `SchemaCreation`Ryuta Kamizono2018-03-021-3/+2
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-171-6/+1
* 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