aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...Rafael França2016-07-201-8/+3
|\
| * Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-021-8/+3
* | Merge pull request #25889 from kamipo/do_not_dup_binds_in_to_sqlRafael França2016-07-201-1/+1
|\ \
| * | Do not `binds.dup` in `connection#to_sql`Ryuta Kamizono2016-07-191-1/+1
* | | Merge pull request #25869 from kamipo/specificiation_id_was_renamed_to_spec_nameRafael França2016-07-201-1/+1
|\ \ \
| * | | `specificiation_id` was renamed to `spec_name`Ryuta Kamizono2016-07-181-1/+1
| |/ /
* / / Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-1/+1
|/ /
* | Merge pull request #20818 from jeremywadsack/use_transactional_fixtures_all_d...Rafael França2016-07-171-0/+15
|\ \
| * | Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-121-0/+15
* | | Add newline between each migration in `structure.sql`Grey Baker2016-07-141-2/+2
|/ /
* | [ci skip] Update documentation in AR SchemaStatementsAlex Kitchens2016-07-071-12/+12
* | Merge pull request #25707 from matthewd/double-reapMatthew Draper2016-07-071-9/+15
|\ \
| * | Make connection stealing more explicitMatthew Draper2016-07-061-4/+9
| * | Reduce locking by taking ownership of stale connectionsMatthew Draper2016-07-061-9/+8
| * | Re-check that the connection is still stale before we reap itMatthew Draper2016-07-061-0/+2
| |/
* / [ci skip] Update ConnectionPool documentation for readabilityAlex Kitchens2016-07-061-21/+21
|/
* Reuse existing validate_index_length! methodPrathamesh Sonpatki2016-06-091-7/+7
* Fix failing testsSean Griffin2016-06-021-4/+5
* Respect options passed to `foreign_key` when reverting `add_reference`Sean Griffin2016-05-311-4/+9
* Add to_hash to specificationArthur Neves2016-05-251-2/+1
* 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
| |/