aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-252-2/+2
| * | | create indexes inline in CREATE TABLE for MySQLCody Cutrer2014-03-253-11/+36
* | | | Merge branch 'master' into adequaterecordAaron Patterson2014-03-257-61/+53
|\| | |
| * | | Postgres schema: Constrain sequence search classidJosh Williams2014-03-201-0/+1
| * | | Reap connections based on owning-thread deathMatthew Draper2014-03-183-46/+34
| * | | Teach PostgreSQLAdapter#reset! to actually resetMatthew Draper2014-03-181-1/+6
| * | | Allow custom JDBC urlsschneems2014-03-141-2/+2
| * | | 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-03-135-4/+49
|\| | |
| * | | Merge pull request #13040 from kamipo/case_sensitive_comparisonRafael Mendonça França2014-03-122-0/+13
| |\ \ \
| | * | | Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-262-0/+13
| * | | | MySQL 5.6 and later supports microsecond precision in datetime.Tatsuhiko Miyagawa2014-03-121-0/+8
| * | | | `change_table` supports `citext`. Follow up to #12523.Yves Senn2014-03-111-0/+4
| * | | | register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-112-1/+9
| * | | | Merge pull request #14262 from sferik/flat_mapAndrew White2014-03-091-2/+2
| |\ \ \ \
| | * | | | Replace map.flatten with flat_map in activerecordErik Michaels-Ober2014-03-031-2/+2
| * | | | | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-042-0/+12
| |/ / / /
| * | | | Fix warnings due to:Vipul A M2014-03-031-1/+1
* | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-265-49/+74
|\| | | |
| * | | | Add missing parantheses in index_exists?Yannick Schutz2014-02-251-1/+1
| * | | | Coerce strings when reading attributes.Yves Senn2014-02-232-7/+21
| * | | | deprecate support for pg ranges with excluding beginnings.Yves Senn2014-02-231-0/+12
| * | | | dynamically define PostgreSQL OID range types.Yves Senn2014-02-232-41/+37
| * | | | Distinguish ConnectionNotEstablished messages: no conn pool for the class, or...Jeremy Kemper2014-02-221-1/+4
* | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-181-1/+5
|\| | | |
| * | | | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-1/+5
| |\ \ \ \
| | * | | | Correctly escape PostgreSQL arrays.Aaron Patterson2014-02-181-1/+5
* | | | | | cache queries in the Model.find(id) pathAaron Patterson2014-02-181-0/+2
* | | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-172-7/+7
|\| | | | |
| * | | | | Resolve encoding issues with arrays of hstore (bug 11135).Josh Goodall2014-02-172-7/+7
* | | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-02-1713-31/+59
|\| | | | |
| * | | | | `execute` is a hotspot, so let's reduce branchesAaron Patterson2014-02-121-6/+2
| * | | | | Reaper has access to threadsafe active? callKevin Casey2014-02-083-2/+13
| * | | | | docs, AR already auto-detects primary keys. Closes #13946. [ci skip]Yves Senn2014-02-051-3/+3
| * | | | | Merge pull request #13688 from jbaudanza/psql-index-existsRafael Mendonça França2014-02-011-0/+13
| |\ \ \ \ \
| | * | | | | psql implementation of #index_name_exists?Jonathan Baudanza2014-01-161-0/+13
| * | | | | | Fixes issue with parsing whitespace content back from database - fixes #13907Mauricio Linhares2014-02-011-2/+3
| * | | | | | Fix regression on `.select_*` methods.Arthur Neves2014-01-306-18/+21
| * | | | | | Restore ActiveRecord states after a rollback for models w/o callbacksGodfrey Chan2014-01-181-0/+4
| * | | | | | fix exception translationAaron Patterson2014-01-172-3/+4
| * | | | | | translate exceptions on prepared statement failureAaron Patterson2014-01-172-6/+13
| | |_|_|/ / | |/| | | |
* | | | | | run the damn tests @tenderloveAaron Patterson2014-01-172-2/+2
* | | | | | remove dead codeAaron Patterson2014-01-171-7/+0
* | | | | | change query strategy based on adapterAaron Patterson2014-01-162-0/+10
* | | | | | fix exception translationAaron Patterson2014-01-142-3/+4
* | | | | | translate exceptions on prepared statement failureAaron Patterson2014-01-142-6/+13
* | | | | | comment out the sqlite3 debug code (for now)Aaron Patterson2014-01-141-0/+7
* | | | | | Merge branch 'master' into set_bindsAaron Patterson2014-01-141-1/+17
|\| | | | |
| * | | | | sqlite >= 3.8.0 supports partial indexesCody Cutrer2014-01-141-1/+17
| |/ / / /