aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11455 from antonio/fix_enable_extension_not_being_definedRafael Mendonça França2013-08-021-0/+8
|\
| * Define enable_extension method to prevent undefined method errorAntonio Santos2013-08-021-0/+8
* | Move initializing process for query cache to ActiveRecord::ConnectionAdapters...kennyj2013-07-161-2/+0
|/
* Merge pull request #11174 from vipulnsward/remove_column_passingRafael Mendonça França2013-07-091-2/+2
|\
| * Document where `column` param gets utilized in `substitute_at`.Vipul A M2013-07-011-2/+2
* | Remove deprecated `transaction_joinable=`Arun Agrawal2013-07-031-6/+0
* | Remove deprecated `decrement_open_transactions`.Arun Agrawal2013-07-031-4/+0
* | removed deprecated increment_open_transactionsArun Agrawal2013-07-031-4/+0
|/
* Merge pull request #10425 from ranjaykrishna/push_add_column_options_to_schem...Rafael Mendonça França2013-06-131-9/+22
|\
| * Moving add_column_options! up to SchemaCreationjeran2013-06-121-9/+22
* | 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
|/