aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Remove `name` from `establish_connection`Arthur Neves2016-05-241-10/+7
* Move establish_connection to handlerArthur Neves2016-05-241-1/+9
* [ci skip] Update retrieve_connection_pool commentBenjamin Quorning2016-05-201-7/+1
* [ci skip] Update documents of `ConnectionHandler`yui-knk2016-05-111-3/+1
* Replacement cycle for readabilityMolchanov Andrey2016-05-091-2/+2
* Followup to #24844Jon Moss2016-05-071-0/+2
* Update docs for connection handlerArthur Neves2016-05-061-2/+5
* s/specification_id/specification_nameArthur Neves2016-05-051-16/+16
* inline retrive_conn_pool methodArthur Neves2016-05-051-12/+8
* Refactor connection handlerArthur Neves2016-05-051-37/+20
* Move remaining current_savepoint_name to savepoints moduleVipul A M2016-04-251-0/+4
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-3/+17
* remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-241-1/+7
* Include the Savepoints module in all adapters.Vipul A M2016-04-242-8/+1
* Merge pull request #24708 from kamipo/move_select_rows_implementation_to_supe...Jeremy Daer2016-04-231-1/+1
|\
| * Move `select_rows` implementation to super classRyuta Kamizono2016-04-241-1/+1
* | Merge pull request #24705 from kamipo/add_nodoc_to_insert_versions_sqlGuillermo Iguaran2016-04-231-1/+1
|\ \
| * | Add `:nodoc:` to `insert_versions_sql` [ci skip]Ryuta Kamizono2016-04-241-1/+1
| |/
* / Remove in the doc about MySQL versions below 5 [ci skip]Ryuta Kamizono2016-04-241-3/+1
|/
* Schema load: Fix dupe version insertJeremy Daer2016-04-221-1/+1
* https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-231-4/+16
* Revert "add doc for `:type` option of `#create_join_table` [ci skip]"प्रथमेश Sonpatki2016-04-211-2/+0
* add doc for `:type` option of `#create_join_table` [ci skip]yuuji.yaginuma2016-04-211-0/+2
* Merge pull request #24221 from gregmolnar/uuidKasper Timm Hansen2016-04-201-2/+3
|\
| * add column type option to create_join_table to support uuidGreg Molnar2016-03-171-2/+3
* | `undef_method` is not neededRyuta Kamizono2016-04-191-2/+3
* | Database comments: Treat blank comments as no comment. Don't dump blank comme...Jeremy Daer2016-04-191-1/+1
* | `foreign_key` respects `table_name_prefix` and `table_name_suffix`Ryuta Kamizono2016-04-191-0/+3
* | Merge pull request #23622 from kamipo/primary_key_should_be_not_nullJeremy Daer2016-04-181-1/+1
|\ \
| * | Primary key should be `NOT NULL`Ryuta Kamizono2016-03-121-1/+1
| |/
* | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-183-23/+24
* | Merge pull request #22911 from Envek/database_commentsJeremy Daer2016-04-164-11/+51
|\ \
| * | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-164-11/+51
* | | documentation for add_references index option [ci skip]Vipul A M2016-04-171-1/+10
|\ \ \ | |/ / |/| |
| * | [ci skip] docs for add_references index optionAlex Handley2016-04-161-1/+10
* | | Add `quoted_time` for truncating the date part of a time column valueRyuta Kamizono2016-04-141-0/+6
|/ /
* | Move `@quoted_{column|table}_names` cache up to the abstract adapterRyuta Kamizono2016-03-311-1/+1
* | Fix description for method ActiveRecord::ConnectionAdapters::SchemaStatements...Bogdan2016-03-271-2/+2
|/
* Merge pull request #24054 from kamipo/extract_default_primary_keyRafael França2016-03-111-1/+5
|\
| * Extract `default_primary_key?` to refactor `column_spec_for_primary_key`Ryuta Kamizono2016-03-111-1/+5
* | Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-2/+6
|/
* Fixed comments of add_foreign_key methodSalman Afzal Siddiqui2016-03-101-2/+2
* Deprecate `{insert|update|delete}_sql` in `DatabaseStatements`Ryuta Kamizono2016-03-021-0/+3
* Merge pull request #23961 from kamipo/exclude_name_and_type_from_prepare_colu...Rafael França2016-03-011-6/+6
|\
| * Exclude `:name` and `:type` from `prepare_column_options`Ryuta Kamizono2016-02-291-6/+6
* | Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme...Rafael França2016-03-011-1/+1
|\ \
| * | Fix `NoMethodError: undefined method `preparable'`Ryuta Kamizono2016-02-291-1/+1
| |/
* | Merge pull request #23807 from matthewd/executorMatthew Draper2016-03-021-19/+0
|\ \
| * | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-19/+0
| |/
* | Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st...Matthew Draper2016-03-021-1/+13
|\ \ | |/ |/|