aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-032-2/+5
|\
| * Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-242-2/+5
* | Remove extra connection pool creationArthur Neves2016-08-021-1/+0
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-021-1/+1
|\ \
| * | Fix documentation of `index` option for the `add_reference` method [ci skip]Prathamesh Sonpatki2016-07-161-1/+1
* | | Merge pull request #25937 from kamipo/remove_prepare_binds_for_databaseRafael França2016-07-283-6/+2
|\ \ \
| * | | Remove `prepare_binds_for_database` internal methodRyuta Kamizono2016-07-283-6/+2
* | | | Merge pull request #25340 from kamipo/prevent_table_comment_queryRafael França2016-07-282-3/+13
|\ \ \ \
| * | | | Prevent `table_comment` query if a table doesn't have a commentRyuta Kamizono2016-06-102-3/+13
* | | | | Merge pull request #25974 from kamipo/avoid_calling_current_database_in_table...Rafael França2016-07-281-2/+4
|\ \ \ \ \
| * | | | | Avoid calling `current_database` in `table_comment`Ryuta Kamizono2016-07-281-2/+4
| | |/ / / | |/| | |
* / | | | `@quoted_{column,table}_names` should cache a frozen stringRyuta Kamizono2016-07-283-5/+5
|/ / / /
* | | | Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945)Takeshi AKIMA2016-07-271-1/+2
* | | | Merge pull request #25938 from kamipo/decouple_statement_cache_from_connectio...Rafael França2016-07-271-3/+4
|\ \ \ \
| * | | | Decouple statement cache from connection adapterRyuta Kamizono2016-07-241-3/+4
* | | | | Merge pull request #25408 from kamipo/should_not_reuse_quoted_trueYves Senn2016-07-272-5/+5
|\ \ \ \ \
| * | | | | Quoting booleans should return a frozen stringRyuta Kamizono2016-07-272-5/+5
* | | | | | Merge pull request #25523 from kamipo/extract_quoted_binds_type_casted_bindsSean Griffin2016-07-264-6/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Extract `type_casted_binds` methodRyuta Kamizono2016-07-264-6/+10
* | | | | | adds missing requiresXavier Noria2016-07-241-0/+1
| |/ / / / |/| | | |
* | | | | systematic revision of =~ usage in ARXavier Noria2016-07-233-3/+3
|/ / / /
* | | | 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
| |/ / |/| |