aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...Rafael França2016-07-202-8/+11
|\
| * Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-022-8/+11
* | 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 #25828 from bogdanvlviv/ref_default_sequence_nameRafael França2016-07-201-3/+3
|\ \ \
| * | | Refactored method `ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatem...bogdanvlviv2016-07-171-3/+3
* | | | 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
| |/ / /
* | | | Merge pull request #25868 from kamipo/fix_payload_class_name_to_spec_nameRafael França2016-07-201-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-1/+1
| |/ /
* / / Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-194-10/+11
|/ /
* | 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
|/ /
* | rails -> Rails [ci skip]Santosh Wadghule2016-07-121-1/+1
* | [ci skip] Update documentation in AR SchemaStatementsAlex Kitchens2016-07-071-12/+12
* | Merge pull request #25707 from matthewd/double-reapMatthew Draper2016-07-072-10/+39
|\ \
| * | Make connection stealing more explicitMatthew Draper2016-07-062-5/+23
| * | 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
| * | Check connection ownership before allowing a thread to release itMatthew Draper2016-07-061-1/+11
| |/
* / [ci skip] Update ConnectionPool documentation for readabilityAlex Kitchens2016-07-061-21/+21
|/
* Merge pull request #25507 from bquorning/optimize-for-first-result-and-remove...Rafael França2016-07-021-13/+0
|\
| * Remove MySQL::DatabaseStatements#select_oneBenjamin Quorning2016-06-241-13/+0
* | Remove `create_table_info_cache` because it not be reusedRyuta Kamizono2016-07-021-6/+1
* | Merge pull request #25307 from kamipo/extract_foreign_key_action_from_informa...Eileen M. Uchitelle2016-07-012-17/+17
|\ \
| * | Extract foreign key action from `information_schema`Ryuta Kamizono2016-06-071-15/+15
| * | Make `foreign_keys` queries to `SCHEMA`Ryuta Kamizono2016-06-072-2/+2
* | | Remove unnecessary `assert_valid_default`Ryuta Kamizono2016-06-251-7/+0
| |/ |/|
* | Merge pull request #25339 from prathamesh-sonpatki/reuse-validate-index-lengthRafael França2016-06-151-7/+7
|\ \
| * | Reuse existing validate_index_length! methodPrathamesh Sonpatki2016-06-091-7/+7
| |/
* / Fix error message to talk about the scale not precision of the typeRafael Mendonça França2016-06-131-1/+1
|/
* 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