aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* adjust query counts to be consistent across databases, make sure database log...Aaron Patterson2011-02-044-11/+27
* 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
* refactor a bunch of return / if to a case / whenAaron Patterson2011-02-032-26/+30
* add_limit_offset! is deprecatedAaron Patterson2011-02-031-0/+1
* just use the superclass implementationAaron Patterson2011-02-031-49/+0
* 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
* this method should never return nilAaron Patterson2011-02-021-1/+1
* just require mysql2Aaron Patterson2011-02-021-1/+1
* adding mysql2 adapterAaron Patterson2011-02-021-0/+657
* moving AR::ConnectionAdapters::Column to its own fileAaron Patterson2011-02-013-263/+269
* 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-313-60/+148
* 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
* SQLite3 has supported savepoints since version 3.6.8, we should use this!Jon Leighton2011-01-112-2/+18
* remove unused string substitutionAaron Patterson2011-01-081-6/+1
* only rescue from Mysql::Error exceptions [#6236 state:resolved]Aaron Patterson2011-01-071-4/+9
* 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-032-0/+4
* Make serialized fixtures work againPratik Naik2010-12-291-1/+2
* move ivar to initialize, use triple dot rather than minusAaron Patterson2010-12-161-1/+1
* Merge remote branch 'rude/disable-keys-for-postgres-9.0.1' into pgAaron Patterson2010-12-091-6/+7
|\
| * Cleaner way to extract the Postgres versionMatthew Rudy Jacobs2010-11-211-2/+6
| * Fix Bug: disable_referential_integrity doesn't work for postgres 9.0.1Matthew Rudy Jacobs2010-11-211-4/+1
* | Use Array.wrap instead of using ternaryPiotr Sarnacki2010-12-091-1/+1
* | Allow to run migrations from more than one directoryPiotr Sarnacki2010-12-091-2/+4
* | made in_clause_length default nil (no limit)Alex Rothenberg2010-12-021-2/+2
* | rolling out migrated_at until I can fix the buildAaron Patterson2010-12-011-15/+3
* | tests mostly passJosh Susser2010-12-011-2/+2
* | name in schema_migrations, migrations in schema dumpJosh Susser2010-12-011-0/+4
* | Add migrated_at column to schema_migrations table.Josh Susser2010-12-011-1/+9
* | Don't depend on rubygems loading thread (for Mutex)raggi2010-11-251-0/+1
* | Avoid creating local var.Emilio Tagua2010-11-241-2/+1
* | 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
* use column names as order by complex function parameters, fix for postgresql ...Raimonds Simanovskis2010-11-071-1/+1
* Avoid warning: shadowing outer local variableSantiago Pastorino2010-11-051-2/+2
* Fixes queries using limits and punctuation in order, removes order("col1, col...Santiago Pastorino2010-11-051-3/+3
* renaming exec in the mysql adapterAaron Patterson2010-11-051-2/+2
* renaming exec in the PG adapterAaron Patterson2010-11-051-3/+3