aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
* Squish the deprecation messages across the codebasePrathamesh Sonpatki2019-03-111-1/+1
* Allow `remove_foreign_key` with both `to_table` and `options`Ryuta Kamizono2019-03-062-16/+12
* Add insert_all to ActiveRecord models (#35077)Bob Lail2019-03-051-11/+11
* Fix prepared statements caching to be enabled even when query caching is enabledRyuta Kamizono2019-02-262-12/+19
* minor grammar fix [ci skip]Shivam Jain2019-02-241-1/+1
* Address "warning: in `column': the last argument was passed as a single Hash"Ryuta Kamizono2019-02-212-4/+4
* Merge pull request #35297 from yhara/fix-ar-connection-handler-leakRyuta Kamizono2019-02-161-7/+11
|\
| * Fix possible memory leak of ConnectionHandlerYutaka HARA2019-02-161-7/+11
|/
* Properly handle cached queries with too many bind parametersMatthew Dunbar2019-02-141-0/+6
* Add `remove_foreign_key` for `change_table`Ryuta Kamizono2019-02-111-0/+11
* SQLite3: Implement `add_foreign_key` and `remove_foreign_key`Ryuta Kamizono2019-02-112-3/+3
* More exercise table name prefix and suffix testsRyuta Kamizono2019-02-113-7/+11
* Merge pull request #35203 from chiastolite/add_column_without_column_namesRyuta Kamizono2019-02-101-0/+1
|\
| * Do not allow to add column without column nameHiroyuki Morita2019-02-101-0/+1
|/
* Refactor to extract defining column methods as `define_column_methods`Ryuta Kamizono2019-02-091-21/+23
* Fix elapsed time calculationsbogdanvlviv2019-02-081-4/+4
* Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc...Eileen M. Uchitelle2019-02-041-1/+1
|\
| * Invalidate query cache for all connections in the current threadEileen Uchitelle2019-02-011-1/+1
* | Merge pull request #35105 from olivierlacan/document-table-foreign-keyGannon McGibbon2019-02-021-1/+2
|\ \
| * | Hint at advanced options for foreign_keyOlivier Lacan2019-01-301-1/+2
* | | Merge pull request #35082 from Shopify/eagerly-materialize-test-transactionsRafael França2019-02-011-2/+5
|\ \ \ | |_|/ |/| |
| * | Eagerly materialize the fixtures transactionJean Boussier2019-01-291-2/+5
* | | Remove unused attr_writers `visitor` and `indexes`Ryuta Kamizono2019-02-011-4/+0
|/ /
* | Make `t.timestamps` with precision by defaultRyuta Kamizono2019-01-262-1/+11
* | Allow `column_exists?` giving options without typeRyuta Kamizono2019-01-261-1/+1
* | Fix error raised when handler doesn't existEileen Uchitelle2019-01-251-1/+10
|/
* Allow `column_exists?` to be passed `type` argument as a stringRyuta Kamizono2019-01-241-1/+1
* Remove deprecated `#set_state` from the transaction objectRafael Mendonça França2019-01-171-18/+0
* Remove deprecated `#supports_statement_cache?` from the database adaptersRafael Mendonça França2019-01-171-7/+0
* Remove deprecated `#insert_fixtures` from the database adaptersRafael Mendonça França2019-01-171-13/+1
* Remove `id_value` argument which is no longer passed to `sql_for_insert`Ryuta Kamizono2019-01-111-2/+2
* Merge the redundant `when Symbol` case to the `when String, ...`Ryuta Kamizono2019-01-041-2/+1
* 2x faster `connection.type_cast`Ryuta Kamizono2019-01-041-6/+1
* Use high level API on `migration_context` instead of using low level API dire...Ryuta Kamizono2018-12-281-4/+2
* Deprecate passing `migrations_paths` to `connection.assume_migrated_upto_vers...Ryuta Kamizono2018-12-281-2/+8
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-19/+17
* Add ability to prevent writes to a databaseEileen Uchitelle2018-11-301-0/+5
* 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
|/