aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* introduce a body proxy to ensure that query cache is enabled during streamingAaron Patterson2011-05-021-0/+8
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-013-15/+20
|\
| * Merge branch 'master' of github.com:lifo/docrailsDan Pickett2011-04-293-15/+20
| |\
| | * Fixed punctuation errors.Sebastian Martinez2011-04-221-4/+4
| | * Better docs formattingSebastian Martinez2011-04-221-10/+11
| | * dot missing hereSebastian Martinez2011-04-221-1/+1
| | * Added doc for #table_exists?Sebastian Martinez2011-04-221-0/+4
* | | using bind parameters for updatesAaron Patterson2011-04-301-4/+11
|/ /
* | postgresql supports prepare statement deletesAaron Patterson2011-04-291-2/+9
* | Use existing #empty_insert_statement_value for an insert with no columns.Ken Collins2011-04-241-4/+0
|/
* Move #exec_insert to abstract adapter's database statements.Ken Collins2011-04-221-0/+7
* inserting big decimals as strings works consistently among dbs, so use string...Aaron Patterson2011-04-141-1/+1
* insert statements are prepared, but values are not escaped properlyAaron Patterson2011-04-141-2/+20
* adding a type cast method for prepared statementsAaron Patterson2011-04-141-0/+36
* do not depend on to_yaml being called, but rather depend on YAML being dumpedAaron Patterson2011-04-131-1/+1
* make sure that active connections are not cleared during test when an excepti...Aaron Patterson2011-03-291-2/+4
* clearing active connections in the ConnectionManagement middleware if an exce...Aaron Patterson2011-03-291-0/+3
* proxy body responses so we close database connections after body is flushedAaron Patterson2011-03-291-7/+24
* make sure we have an active database connection before running each connectio...Aaron Patterson2011-03-281-1/+5
* adding active_connections? to the connection pool for finding open connectionsAaron Patterson2011-03-281-0/+6
* adding active_connection? to the connection poolAaron Patterson2011-03-281-0/+6
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-03-232-4/+2
|\
| * remove bank linePaco Guzman2011-03-181-1/+0
| * Remove incorrect comment that a default value of NULL cannot be set with chan...Manuel Meurer2011-03-161-3/+2
* | pushing id insertion and prefetch primary keys down to Relation#insertAaron Patterson2011-03-221-0/+4
|/
* implements ActiveRecord::Base.connection_config to be able to check the confi...Xavier Noria2011-03-051-0/+10
* fixture should quack like a hashAaron Patterson2011-02-111-1/+9
* Allow limit values to accept an ARel SQL literal.Ken Collins2011-02-091-3/+7
* primary keys should not be cleared on cache clear, fixing oracle testsAaron Patterson2011-02-081-2/+0
* limit() should sanitize limit valuesAaron Patterson2011-02-081-15/+15
* the connection pool caches table_exists? callsAaron Patterson2011-02-071-8/+14
* adjust query counts to be consistent across databases, make sure database log...Aaron Patterson2011-02-041-5/+9
* column cache now lives on the connection poolAaron Patterson2011-02-041-1/+5
* almost fistedAaron Patterson2011-02-041-0/+7
* making sure primary key is set on the columnsAaron Patterson2011-02-041-1/+9
* connection pool can cache column, table, and primary key informationAaron Patterson2011-02-041-0/+34
* Revert "ARel only requires the connection from the AR class. Simply return th...Aaron Patterson2011-02-031-24/+24
* ARel only requires the connection from the AR class. Simply return the AR cla...Aaron Patterson2011-02-031-24/+24
* moving AR::ConnectionAdapters::Column to its own fileAaron Patterson2011-02-011-263/+0
* column will use coder to typecase value when it is availableAaron Patterson2011-02-011-0/+2
* coders can be assigned to columnsAaron Patterson2011-02-011-1/+4
* dry up our case / when statementsAaron Patterson2011-02-011-34/+31
* expand mulasgn for enhancing readabilityAaron Patterson2011-01-311-6/+9
* Use run_callbacks; the generated _run_<name>_callbacks method is not a public...John Firebaugh2011-01-311-1/+1
* Add :bulk => true option to change_tablePratik Naik2011-01-311-31/+59
* always return the identity function from type_cast_codeAaron Patterson2011-01-281-1/+1
* use an identity conversion to avoid conditional codesAaron Patterson2011-01-281-2/+2
* no need to specify selfAaron Patterson2011-01-051-1/+1
* require ActiveSupport deprecatation file before using deprecate method in dat...Raimonds Simanovskis2011-01-041-0/+2
* herp derpricating add_limit_offset!Aaron Patterson2011-01-031-0/+3