aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* converted exec to exec_query for sqliteAaron Patterson2010-11-051-1/+1
* select_all() should always return an array, so no need to testAaron Patterson2010-10-271-9/+1
* speeding up query cacheAaron Patterson2010-10-271-4/+3
* making query cache work with prepared statementsAaron Patterson2010-10-271-6/+7
* renaming bind_values to binds where it makes senseAaron Patterson2010-10-261-6/+6
* adding backwards compatibility for non-prepare statement handling driversAaron Patterson2010-10-261-2/+16
* exec returns an AR::ResultAaron Patterson2010-10-261-3/+3
* adding the abstract methodAaron Patterson2010-10-261-0/+6
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
* dry up column type testingAaron Patterson2010-10-121-5/+5
* all columns respond to string_to_binary, so no need to check respond_to?Aaron Patterson2010-10-122-2/+11
* drying up true and false casesAaron Patterson2010-10-121-3/+7
* reducing comparisons in when statementsAaron Patterson2010-10-121-6/+6
* removing intermediate variablesAaron Patterson2010-10-121-2/+1
* reduce the number of times we test for the column variableAaron Patterson2010-10-121-2/+5
* refactoring date / time / datetime when statementAaron Patterson2010-10-121-11/+8
* fixing case / when indentationAaron Patterson2010-10-121-20/+20
* removing false commentAaron Patterson2010-10-071-2/+0
* fix ruby 1.9 deadlock problem, fixes #5736 add connection pool testsHemant Kumar2010-10-061-8/+6
* eliminating method_missing on TableDefinitionAaron Patterson2010-09-291-14/+6
* use inheritence to deal with custom methodsAaron Patterson2010-09-291-4/+9
* Test add_index and remove_index with a symbol name #4891Étienne Barrié2010-09-281-4/+3
* third parameter is not usedAaron Patterson2010-09-261-1/+1
* Fix remove_index issue when provided :name is a symbolTim Connor2010-09-261-1/+1
* Exception handling more readableThiago Pradi2010-09-191-2/+2
* Fix issue with remove_index and add unit test [#5645 state:resolved]Tim Connor2010-09-181-2/+1
* Raise errors when index creation failsTim Connor2010-09-181-4/+2
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0