aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Fix failing testsSean Griffin2016-06-021-4/+5
* Respect options passed to `foreign_key` when reverting `add_reference`Sean Griffin2016-05-311-4/+9
* Do not include default column limit in schema.rbRyuta Kamizono2016-05-311-2/+2
* Add to_hash to specificationArthur Neves2016-05-252-2/+5
* Remove `name` from `establish_connection`Arthur Neves2016-05-242-19/+10
* Move establish_connection to handlerArthur Neves2016-05-242-1/+13
* Add AR::TransactionSerializationError for transaction serialization failures ...Erol Fornoles2016-05-212-3/+14
* [ci skip] Update retrieve_connection_pool commentBenjamin Quorning2016-05-201-7/+1
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* Rails 5.1 point type should not raise exception if empty string is provided a...bUg2016-05-151-0/+2
* [ci skip] Update documents of `ConnectionHandler`yui-knk2016-05-111-3/+1
* Should quote `lock_name` to pass to `get_advisory_lock`Ryuta Kamizono2016-05-101-2/+2
* Replacement cycle for readabilityMolchanov Andrey2016-05-091-2/+2
* Followup to #24844Jon Moss2016-05-071-0/+2
* Merge pull request #24844 from arthurnn/arthurnn/connArthur Nogueira Neves2016-05-062-52/+41
|\
| * Update docs for connection handlerArthur Neves2016-05-061-2/+5
| * s/specification_id/specification_nameArthur Neves2016-05-052-22/+22
| * inline retrive_conn_pool methodArthur Neves2016-05-051-12/+8
| * Better code readabilityArthur Neves2016-05-051-1/+1
| * Use spec key, when given as spec_idArthur Neves2016-05-051-1/+8
| * Refactor connection handlerArthur Neves2016-05-052-42/+25
* | Allow the connection adapters to determine the order of bind paramsSean Griffin2016-05-061-0/+18
|/
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* Add `:nodoc:` to `schema_creation` [ci skip]Ryuta Kamizono2016-05-021-1/+1
* Extract `add_sql_comment!` methodRyuta Kamizono2016-04-292-17/+10
* Treat blank comments as no comment for indexesRyuta Kamizono2016-04-292-5/+1
* Merge pull request #24730 from vipulnsward/move-savepointsRafael França2016-04-252-4/+4
|\
| * Move remaining current_savepoint_name to savepoints moduleVipul A M2016-04-252-4/+4
* | Dont simply assume a type is a valid database type. This is only always true ...Vipul A M2016-04-252-1/+5
|/
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-244-18/+46
* remove_index do not fetch indexes if name is specifiedSeva Orlov2016-04-241-1/+7
* Follow up of #23461Vipul A M2016-04-244-6/+8
* Include the Savepoints module in all adapters.Vipul A M2016-04-247-17/+10
* :nodoc: internal StatementPool class.Vipul A M2016-04-241-1/+1
* Merge pull request #23461 from kamipo/prepared_statements_for_mysql2_adapterJeremy Daer2016-04-233-55/+153
|\
| * Add prepared statements support for `Mysql2Adapter`Ryuta Kamizono2016-04-213-56/+155
* | Merge pull request #24708 from kamipo/move_select_rows_implementation_to_supe...Jeremy Daer2016-04-232-5/+1
|\ \
| * | Move `select_rows` implementation to super classRyuta Kamizono2016-04-242-5/+1
* | | Merge pull request #24705 from kamipo/add_nodoc_to_insert_versions_sqlGuillermo Iguaran2016-04-232-2/+2
|\ \ \
| * | | Add `:nodoc:` to `insert_versions_sql` [ci skip]Ryuta Kamizono2016-04-242-2/+2
| |/ /
* | | Merge pull request #24706 from kamipo/remove_in_doc_about_mysql_versions_below_5Guillermo Iguaran2016-04-231-3/+1
|\ \ \
| * | | Remove in the doc about MySQL versions below 5 [ci skip]Ryuta Kamizono2016-04-241-3/+1
| |/ /
* / / Move `require 'ipaddr'` in `postgresql/oid/cidr.rb`Ryuta Kamizono2016-04-242-2/+2
|/ /
* | Schema load: Fix dupe version insertJeremy Daer2016-04-221-1/+1
* | https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-233-4/+25
* | 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