aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make change_table use object of current database adapterNishant Modak2014-01-071-5/+5
* quoting: Check if id is a valid method before using itArthur Neves2013-12-191-1/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-202-2/+2
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-032-2/+2
* | Fix missing closing rdoc tag [ci skip]Carlos Antonio da Silva2013-12-161-1/+1
* | support creating temporary tables from queriesCody Cutrer2013-12-143-15/+32
* | `connection.type_to_sql` returns a `String` for unmapped types.Yves Senn2013-12-031-1/+1
* | Currently, we clear query_cache in cache block finish, even if we may already...Vipul A M2013-12-031-1/+1
* | Remove `DatabaseStatements#case_sensitive_equality_operator`. It has been dep...Ryuta Kamizono2013-11-291-4/+0
* | `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-2/+2
|/