aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* 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
* sqlite >= 3.8.0 supports partial indexesCody Cutrer2014-01-141-1/+17
* 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
* 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 PostgreSQL insert to properly extract table name from multiline string SQL.Kuldeep Aggarwal2013-12-191-1/+1
* | MySQL: remove the old-school 'packets out of order' messageJeremy Kemper2013-12-171-6/+0
* | Fix missing closing rdoc tag [ci skip]Carlos Antonio da Silva2013-12-161-1/+1
* | support creating temporary tables from queriesCody Cutrer2013-12-145-17/+38
* | Fix mysql to support duplicated column namesKassio Borges2013-12-131-3/+8
* | Merge pull request #13291 from strzibny/new_unique_constraintYves Senn2013-12-121-1/+5
|\ \
| * | Translate new unique constraint for sqlite >= 3.8.2Josef Stribny2013-12-121-1/+5
* | | Remove `DEFAULT NULL` for primary key column to support MySQL 5.7.3Yasuo Honda2013-12-101-1/+1
* | | fix pg warnings on geometric typesAaron Patterson2013-12-051-10/+23
* | | Use the right type_mapRafael Mendonça França2013-12-052-5/+3
* | | make the type_map per connection. fixes #13182Aaron Patterson2013-12-042-12/+17
* | | `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
* | | Merge pull request #13111 from akshay-vishnoi/typoCarlos Antonio da Silva2013-11-301-1/+1
|\ \ \
| * | | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-1/+1
* | | | Remove unused variableRafael Mendonça França2013-11-291-1/+1
|/ / /
* | | Merge pull request #13099 from kamipo/remove_case_sensitive_equality_operatorCarlos Antonio da Silva2013-11-291-4/+0
|\ \ \
| * | | Remove `DatabaseStatements#case_sensitive_equality_operator`. It has been dep...Ryuta Kamizono2013-11-291-4/+0
* | | | Merge pull request #13100 from akshay-vishnoi/f-refactorCarlos Antonio da Silva2013-11-291-3/+8
|\ \ \ \ | |/ / / |/| | |
| * | | #type_cast - improve performance & readabilityAkshay Vishnoi2013-11-291-3/+8
| | |/ | |/|
* | | fix mysql version check in rename_indexCody Cutrer2013-11-281-1/+1
* | | implement rename_index natively for MySQL > 5.7Cody Cutrer2013-11-281-0/+8
* | | `rename_index`: add the new index before removing the old one.Yves Senn2013-11-261-2/+2
|/ /
* | Drop unused param `should_be_quoted` to `PostgreSQLColumn#array_to_string`Vipul A M2013-11-171-1/+1