aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* AR::ConPool - reduce post checkout critical section.thedarkone2015-05-141-5/+12
* Move the collation handling code from the MySQL adapter to common classesRyuta Kamizono2015-05-041-2/+2
* AR: translate_exception_class() no longer logs error.Paul Annesley2015-02-241-1/+0
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-201-0/+5
* Revert "Allow `:precision` option for time type columns"Sean Griffin2015-02-171-5/+0
* Allow `:precision` option for time type columnsRyuta Kamizono2015-02-121-0/+5
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-21/+16
* rm `Type#text?`Sean Griffin2015-02-071-1/+10
* rm `Column#cast_type`Sean Griffin2015-02-031-2/+3
* Properly lookup the limit for bigintSean Griffin2015-02-021-1/+6
* Remove Relation#bind_paramsSean Griffin2015-01-271-1/+1
* Stop passing a column to `quote` when prepared statements are turned offSean Griffin2015-01-101-1/+2
* Fix count on a separate connection (fixes #18359)brainopia2015-01-081-1/+1
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-1/+0