aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-4/+4
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-3/+4
* Support for specifying transaction isolation levelJon Leighton2012-09-211-0/+5
* Merge pull request #7547 from danmcclain/pg-arraysRafael Mendonça França2012-09-161-0/+2
|\
| * Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-0/+2
* | Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-151-5/+6
* | Move transaction joinability into the transaction objectJon Leighton2012-09-151-3/+4
* | Alter the naming structure a bitJon Leighton2012-09-151-1/+6
* | Store the transaction number in the transaction objectJon Leighton2012-09-151-4/+6
* | Start to tease out transaction handling into a state machineJon Leighton2012-09-151-0/+1
* | Revert "create a transaction object and point AR objects at that object durin...Jon Leighton2012-09-151-20/+3
|/
* create a transaction object and point AR objects at that object during aAaron Patterson2012-09-071-3/+20
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* Avoid unnecessary catching of Exception instead of StandardError.Dylan Smith2012-06-171-1/+1
* Merge pull request #5976 from aderyabin/fix1Jeremy Kemper2012-04-251-5/+0
|\
| * already defined in quotingAndrey Deryabin2012-04-251-5/+0
* | cleanliness in method parametersAndrey Deryabin2012-04-251-1/+1
|/
* errors should probably be logged as errorsAaron Patterson2012-03-151-20/+19
* Merge pull request #5162 from kennyj/schema_cache_dumpAaron Patterson2012-03-071-0/+5
|\
| * Load db/schema_cache.dump duaring boot time.kennyj2012-03-011-0/+5
* | only log an error if there is a logger. fixes #5226Aaron Patterson2012-03-021-1/+1
|/
* tag bind params with a bind param objectAaron Patterson2012-02-201-1/+1
* Autoload various constants effectively in abstract connection adapter.Waseem Ahmad2012-02-161-9/+12
* Added where option to add_index to support postgresql partial indicesMarcelo Silveira2012-02-091-0/+5
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-1/+1
* implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-021-0/+6
* AbstractAdapter#close can be called to add the connection back to theAaron Patterson2011-11-291-11/+18
* expire will set in_use to falseAaron Patterson2011-11-291-0/+5
* Leased connections return false on second leaseAaron Patterson2011-11-291-2/+4
* Adapters keep in_use flag when leasedAaron Patterson2011-11-291-1/+14
* removing deprecated methodsAaron Patterson2011-11-191-18/+0
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-0/+3
* AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-041-0/+5
* Only use LOWER for mysql case insensitive uniqueness check when column has a ...Joseph Palermo2011-10-091-0/+4
* Adding missing autoloadClaudio Poli2011-08-241-0/+1
* In 1efd88283ef68d912df215125951a87526768a51, ConnectionAdapters was put under...Jon Leighton2011-08-161-12/+22
* Remove TODO comment I didn't mean to commitJon Leighton2011-08-091-2/+0
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-0/+24
* initializing @open_transactions in the initialize methodAaron Patterson2011-08-031-4/+2
* Remove extra whitespacesSebastian Martinez2011-05-031-9/+9
* set the backtrace to prevent AR exceptions from lying to usAaron Patterson2011-04-221-1/+3
* use index based substitution for bind parametersAaron Patterson2011-04-131-1/+1
* adding a case_sensitive_modifier for forcing comparisons to be case sensitiveAaron Patterson2011-04-111-0/+4
* log method takes an option list of bind valuesAaron Patterson2011-02-091-5/+7
* moving AR::ConnectionAdapters::Column to its own fileAaron Patterson2011-02-011-0/+1
* Add :bulk => true option to change_tablePratik Naik2011-01-311-0/+4
* SQLite3 has supported savepoints since version 3.6.8, we should use this!Jon Leighton2011-01-111-2/+2
* Use params default.Emilio Tagua2010-11-241-2/+1
* Removed ids_in_list_limit in favor of in_clause_length defined in database_li...Alex Rothenberg2010-11-231-5/+0
* Adapters can specify maximum number of ids they support in a list of expressionsAlex Rothenberg2010-11-181-0/+5