aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-3/+3
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-241-13/+13
* fix QueryCache nil dupRichard Monette2016-12-151-1/+6
* Refactor column initialization into `new_column_from_field`Kir Shatrov2016-11-111-0/+8
* Merge pull request #26909 from matthewd/query-cache-connectionMatthew Draper2016-11-061-3/+3
|\
| * Clear query cache during checkin, instead of an execution callbackMatthew Draper2016-10-271-3/+3
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|/
* Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"Sean Griffin2016-08-311-6/+6
* Extract `PredicateBuilder::CaseSensitiveHandler`Ryuta Kamizono2016-08-161-6/+6
* Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-061-5/+1
|\
| * Don't passing a nil value to `case_sensitive_comparison`Ryuta Kamizono2016-08-061-5/+1
* | applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-91/+91
* | applies new string literal convention in activerecord/libXavier Noria2016-08-061-25/+25
|/
* Remove `prepare_binds_for_database` internal methodRyuta Kamizono2016-07-281-1/+1
* Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-191-6/+7
* Make connection stealing more explicitMatthew Draper2016-07-061-1/+14
* Check connection ownership before allowing a thread to release itMatthew Draper2016-07-061-1/+11
* Allow the connection adapters to determine the order of bind paramsSean Griffin2016-05-061-0/+18
* Merge pull request #24730 from vipulnsward/move-savepointsRafael França2016-04-251-4/+0
|\
| * Move remaining current_savepoint_name to savepoints moduleVipul A M2016-04-251-4/+0
* | Dont simply assume a type is a valid database type. This is only always true ...Vipul A M2016-04-251-1/+1
|/
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-0/+5
* Include the Savepoints module in all adapters.Vipul A M2016-04-241-6/+1
* Add `:nodoc:` to `insert_versions_sql` [ci skip]Ryuta Kamizono2016-04-241-1/+1
* https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-231-0/+5
* Define `arel_visitor` method on all adaptersRyuta Kamizono2016-04-201-1/+1
* Merge pull request #23515 from kamipo/extract_arel_visitorJeremy Daer2016-04-191-2/+12
|\
| * Extract `arel_visitor` and move up to the abstract adapterRyuta Kamizono2016-04-041-2/+12
* | Database comments: switch to keyword args for new table optionsJeremy Daer2016-04-181-1/+1
* | Add support for specifying comments for tables, columns, and indexes.Andrey Novikov2016-04-161-0/+10
|/
* Move `@quoted_{column|table}_names` cache up to the abstract adapterRyuta Kamizono2016-03-311-0/+1
* Passing `table_name` to `Column#initialize` to avoid `instance_variable_set`Ryuta Kamizono2016-03-081-2/+2
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-1/+0
* Merge pull request #23525 from kamipo/remove_unused_requireSean Griffin2016-02-181-1/+0
|\
| * Remove unused requireRyuta Kamizono2016-02-061-1/+0
* | Remove needless `case_insensitive_comparison` in mysql2 adapterRyuta Kamizono2016-02-171-1/+1
|/
* `substitute_at` is no longer usedRyuta Kamizono2016-01-141-6/+0
* Autoload ReferenceDefinition class in abstract adapter so that it can be used...Prathamesh Sonpatki2016-01-051-0/+1
* Refactor `case_{sensitive|insensitive}_comparison`Ryuta Kamizono2016-01-011-8/+6
* Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+1
* Refactor `AbstractAdapter#initialize`Ryuta Kamizono2015-11-301-2/+3
* Rename 'key' to 'lock_id' or 'lock_name' for advisory lockingSam Davies2015-11-181-2/+2
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-1/+1
* Use advisory locks to prevent concurrent migrationsSam Davies2015-10-301-0/+19
* Do not cache prepared statements that are unlikely to have cache hitsSean Griffin2015-10-201-0/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-5/+5
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+5
* Ensure that microsecond precision is only used for version of mysql that supp...Jori Hardman2015-07-201-0/+12
* Remove unused already requireRyuta Kamizono2015-05-191-3/+0