aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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