aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-131-1/+6
* Deprecate `t.indexes = [...]` which is not by designRyuta Kamizono2018-11-091-2/+5
* Refactor to initialize `TableDefinition` by kwargsRyuta Kamizono2018-11-092-4/+14
* Add an :if_not_exists option to create_tablefatkodima2018-11-083-4/+10
* Always add records to parent of nested transactionEugene Kenny2018-11-071-1/+1
* Remove and flip `index: true` for `references` in the doc [ci skip]Ryuta Kamizono2018-10-172-8/+8
* Move UPDATE/DELETE with JOIN handling to the Arel sideRyuta Kamizono2018-10-031-17/+0
* Merge pull request #23593 from meinac/add_index_option_for_change_tableRyuta Kamizono2018-10-011-0/+2
|\
| * Index option added for change_table migrationsMehmet Emin INAC2018-09-221-0/+2
* | Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-011-3/+3
|\ \
| * | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-3/+3
* | | Place `PartialQuery` and `PartialQueryCollector` in the same fileRyuta Kamizono2018-09-301-23/+1
|/ /
* / Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-234-7/+7
|/
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-211-2/+2
* Fallback to unprepared statement only when bind params limit is exceededRyuta Kamizono2018-09-142-0/+10
* Consistently use `visitor.compile`Ryuta Kamizono2018-09-091-3/+3
* Merge pull request #33809 from fidalgo/improve-remove-column-documentationRichard Schneeman2018-09-061-0/+1
|\
| * [ci skip] Improve remove_column documentationPaulo Fidalgo2018-09-061-0/+1
* | Deprecate most methods which were never used in `DatabaseLimits`Ryuta Kamizono2018-09-051-0/+9
* | Add documentation for `:collation` column option (#33733)Nate Pinsky2018-08-271-0/+3
* | Merge pull request #31696 from BrentWheeldon/bmw-connection-pool-load-deadlockMatthew Draper2018-08-241-1/+3
|\ \
| * | Prevent deadlocks when waiting for connection from pool.Brent Wheeldon2018-03-231-1/+3
* | | Merge pull request #32647 from eugeneius/lazy_transactionsMatthew Draper2018-08-232-14/+66
|\ \ \
| * | | Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-132-14/+66
* | | | Follow up #33530bogdanvlviv2018-08-151-3/+3
* | | | Allow `to_table` in `invert_remove_foreign_key`Rich2018-08-141-1/+8
|/ / /
* | | `retrieve_connection_pool` return a pool, not a connectionRyuta Kamizono2018-08-031-2/+2
* | | [ci skip] Tidy up formatting of examplesOrhan Toy2018-07-221-12/+3
* | | Implement change() to convert to "2001-01-01" firstSean Prashad2018-07-171-0/+1
| |/ |/|
* | Add ability to configure cache notifications infoEileen Uchitelle2018-06-121-6/+14
* | Migrations will raise an exception if there are multiple column definitions (...Federico Martinez2018-06-011-2/+6
* | Bump minimum SQLite version to 3.8Yasuo Honda2018-05-211-7/+1
* | Finalize transaction record state after real transactionEugene Kenny2018-05-191-14/+23
* | Remove :nodoc: from the methods which is added the doc [ci skip]Ryuta Kamizono2018-05-151-4/+4
* | 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