aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |/ / /
* | | | explains for prepared statements should never have binds in SQLite3Aaron Patterson2014-01-131-1/+1
* | | | replace bind values on calls to to_sqlAaron Patterson2014-01-131-0/+4
|/ / /
* | | Merge pull request #13582 from schneems/schneems/preserve-connection-behaviorRafael Mendonça França2014-01-091-3/+12
|\ \ \
| * | | Ensure Active Record connection consistencyschneems2014-01-091-3/+12
* | | | 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-072-10/+10
* | | Fix AR connection resolver docs to return a hash with string keys [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
* | | Fix typo [ci skip]Carlos Antonio da Silva2014-01-061-1/+1
* | | Allow "url" sub key in database.yml configurationschneems2013-12-301-0/+8
* | | [ci skip] ConnectionSpecification::Resolver Docsschneems2013-12-301-14/+80
* | | Extract db url connection logic to classschneems2013-12-291-34/+79
* | | Raise NoDatabaseError when db does not existschneems2013-12-243-0/+18
* | | Deprecate use of string in establish_connection as connection lookupJosé Valim2013-12-241-9/+16
* | | Only build a ConnectionSpecification if requiredJosé Valim2013-12-241-26/+28
* | | Fix build failures related to the new ENV options in ymlJosé Valim2013-12-241-3/+3
* | | Merge pull request #13463 from josevalim/jv-envJosé Valim2013-12-231-20/+29
|\ \ \
| * | | Guarantee the connection resolver handles string valuesJosé Valim2013-12-231-20/+29
* | | | Do not consider PG array columns as number or text columnsCarlos Antonio da Silva2013-12-231-1/+9
|/ / /
* | | Tell how to Create a Database in Error Messageschneems2013-12-231-0/+6
* | | fix quoting non-stringsDamien Mathieu2013-12-221-1/+1
* | | fix url connections for sqlite3Aaron Patterson2013-12-201-1/+12
* | | quoting: Check if id is a valid method before using itArthur Neves2013-12-191-1/+3