aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* StatementInvalid takes WrappedDatabaseException's placeJeremy Kemper2013-04-281-1/+1
* Minor doc improvement about index algorithms [ci skip]Carlos Antonio da Silva2013-03-301-3/+2
* added comments to test_invalid_type in sqlite3 adapter test and added valid_t...Ranjay Krishna2013-03-281-0/+4
* Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-0/+7
* Autoload the AlterTable classRafael Mendonça França2013-03-231-0/+1
* push the mysql add_column up to the abstract adapterAaron Patterson2013-03-221-7/+7
* allow multiple add columnsAaron Patterson2013-03-221-1/+1
* push alter table add column sql in to the schema modification visitorAaron Patterson2013-03-221-5/+21
* push SQL generation inside the schema creation objectAaron Patterson2013-03-221-1/+9
* remove to_sql from TableDefinitionAaron Patterson2013-03-221-0/+4
* remove knowledge of SQL from the column definition objectAaron Patterson2013-03-221-0/+41
* Unprepared Visitor + unprepared_statementCédric FABIANSKI2013-03-081-0/+11
* Do not type cast all the database url values.Rafael Mendonça França2013-02-241-0/+18
* copy-edits RDoc in fba496fXavier Noria2013-02-161-4/+4
* Remove valid_type? methodJon Leighton2013-02-151-4/+0
* Revert "Make valid_type? public"Jon Leighton2013-02-151-4/+4
* Make valid_type? publicSam Ruby2013-02-141-4/+4
* Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-121-0/+4
|\
| * checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-0/+4
* | Add changelog entry for #9203 about schema dumper with db extensionsCarlos Antonio da Silva2013-02-061-2/+2
* | add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap...Justin George2013-02-061-0/+6
* | add API to pg for enabling / disabling hstoreAaron Patterson2013-01-281-0/+6
|/
* These are already required through AS/railsAkira Matsuda2013-01-071-1/+0
* 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