aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* fk: `foreign_keys`, `add_foreign_key` and `remove_foreign_key` for MySQLYves Senn2014-06-262-0/+21
* Remove unused param 'conn' from ConnectionPool#releaseMindaugas Mozūras2014-06-231-3/+3
* Don't use column object for type casting in `quoting`Sean Griffin2014-06-181-4/+4
* Don't type cast the default on the columnSean Griffin2014-06-171-1/+11
* /mysql/i -> MySQL, Spell correct in continuation to #15555Akshay Vishnoi2014-06-142-4/+4
* Remove unused requireSean Griffin2014-06-111-2/+0
* Change wording of explanation about precision & scale of decimal numbers [ci ...Prathamesh Sonpatki2014-06-041-2/+2
* Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-031-29/+38
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-26/+1
* Keep closer to other methods that touch @transactionArthur Neves2014-05-281-0/+4
* Extract types which don't require additional typecasting to a methodSean Griffin2014-05-261-4/+9
* Refactor the type casting of booleans in MySQLSean Griffin2014-05-261-2/+10
* Remove checks against `column.type` in abstract adapter quotingSean Griffin2014-05-261-34/+17
* Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-0/+9
* Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-9/+2
* Remove :timestamp column typeSean Griffin2014-05-191-0/+7
* Make `:index` in migrations work with all column typesMarc Schütz2014-05-181-6/+13
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-9/+0
* Convert column name to string only onceKuldeep Aggarwal2014-05-041-1/+2
* cache scope building on associationsAaron Patterson2014-04-141-1/+5
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-141-1/+1
|\
| * please use Ruby, not ActiveSupportAaron Patterson2014-04-111-1/+1
* | working against arel/collector branchAaron Patterson2014-04-091-1/+2
* | fix bind collecting for mysqlAaron Patterson2014-04-091-1/+0
* | add a bind collector, remove the bind visitorAaron Patterson2014-04-091-3/+1
* | use the compile method so we do not have to specify the collectors in this caseAaron Patterson2014-04-091-2/+1
* | working against arel/collector branchAaron Patterson2014-04-091-1/+2
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-074-49/+54
|\|
| * fix bug on non empty defaults for pg array columnsLuke Steensen2014-03-302-2/+8
| * No need to call to_symRafael Mendonça França2014-03-301-2/+2
| * Replace trivial regexp with string or index, twice as fastKelley Reynolds2014-03-281-1/+1
| * Don't use send when we own the methodRafael Mendonça França2014-03-261-34/+34
| * Invert the conditionals to make easier to readRafael Mendonça França2014-03-261-4/+4
| * Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-251-1/+1
| * create indexes inline in CREATE TABLE for MySQLCody Cutrer2014-03-251-11/+10
* | Merge branch 'master' into adequaterecordAaron Patterson2014-03-253-40/+38
|\|
| * Reap connections based on owning-thread deathMatthew Draper2014-03-181-28/+28
| * No need to binds be optionalRafael Mendonça França2014-03-131-2/+2
| * Make select_all on query cache accept a Relation without binds.Arthur Neves2014-03-132-12/+10
* | Merge branch 'master' into adequaterecordAaron Patterson2014-02-262-2/+5
|\|
| * Add missing parantheses in index_exists?Yannick Schutz2014-02-251-1/+1
| * Distinguish ConnectionNotEstablished messages: no conn pool for the class, or...Jeremy Kemper2014-02-221-1/+4
* | Merge branch 'master' into adequaterecordAaron Patterson2014-02-174-7/+22
|\|
| * Reaper has access to threadsafe active? callKevin Casey2014-02-081-1/+1
| * docs, AR already auto-detects primary keys. Closes #13946. [ci skip]Yves Senn2014-02-051-3/+3
| * Fix regression on `.select_*` methods.Arthur Neves2014-01-301-3/+14
| * Restore ActiveRecord states after a rollback for models w/o callbacksGodfrey Chan2014-01-181-0/+4
* | run the damn tests @tenderloveAaron Patterson2014-01-171-1/+1
* | change query strategy based on adapterAaron Patterson2014-01-161-0/+6
|/
* Revert "ask the fixture set for the sql statements"Aaron Patterson2014-01-091-5/+1