aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* rename AR::Model::Tag to AR::Tag - fixes #7714Francesco Rodriguez2012-09-201-3/+3
* Merge pull request #7547 from danmcclain/pg-arraysRafael Mendonça França2012-09-167-15/+287
|\
| * Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-147-15/+287
* | Query for sequence info also should be markd as SCHEMA.kennyj2012-09-151-3/+3
* | Query for loading index info should be marked as SCHEMA.kennyj2012-09-152-2/+2
* | simplify rescueJon Leighton2012-09-151-3/+3
* | Fix testJon Leighton2012-09-151-13/+19
* | Ensure disconnecting or reconnecting resets the transaction stateJon Leighton2012-09-155-9/+19
* | Remove our use of #outside_transaction?Jon Leighton2012-09-152-32/+14
* | Remove the transaction_open variableJon Leighton2012-09-151-21/+28
* | Move transaction joinability into the transaction objectJon Leighton2012-09-153-17/+25
* | Alter the naming structure a bitJon Leighton2012-09-153-108/+111
* | Split Open into Real and SavepointJon Leighton2012-09-151-25/+38
* | DRYJon Leighton2012-09-151-4/+8
* | Don't do the rollback in #commitJon Leighton2012-09-152-18/+7
* | Store the transaction number in the transaction objectJon Leighton2012-09-154-11/+30
* | Start to tease out transaction handling into a state machineJon Leighton2012-09-153-79/+153
* | Revert "create a transaction object and point AR objects at that object durin...Jon Leighton2012-09-152-25/+6
|/
* update ConnectionAdaptar::Column#type_cast_code to be compatible with 3.2 branchThiago Pradi2012-09-131-1/+1
* Merge pull request #7521 from graceliu/fix_database_url_supportRafael Mendonça França2012-09-121-1/+1
|\
| * fixed support for DATABASE_URL for rake db tasksGrace Liu2012-09-111-1/+1
* | warning removed.Arun Agrawal2012-09-121-1/+0
|/
* ConnectionPool, unify exceptions, ConnectionTimeoutErrorJonathan Rochkind2012-09-111-17/+11
* Remove expired comment. This method is used from other place.kennyj2012-09-111-2/+0
* indent fix [ci skip]Vijay Dev2012-09-091-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-091-1/+1
|\
| * Fix a typoAndreas Loupasakis2012-09-061-1/+1
| * Fix indenentation in comment to stop the end of comment from appearing in a <...Anuj Dutta2012-09-031-1/+1
* | Merge pull request #7545 from senny/7518_postgres_type_detectionAaron Patterson2012-09-071-1/+1
|\ \
| * | postgres, map scaled intervals to string datatype (#7518)Yves Senn2012-09-061-1/+1
* | | create a transaction object and point AR objects at that object during aAaron Patterson2012-09-072-6/+25
|/ /
* | ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-055-3/+44
* | Merge pull request #7337 from adzap/string_to_dummy_timeRafael Mendonça França2012-09-051-1/+7
|\ \
| * | Fix for time type columns with invalid timeAdam Meehan2012-09-051-1/+7
| |/
* / Modularize postgresql adapterKonstantin Shabanov2012-09-056-985/+1038
|/
* Cache the connection pool for a given classJon Leighton2012-08-311-20/+35
* One hash is enoughJon Leighton2012-08-311-17/+13
* Refactor connection handlerJon Leighton2012-08-311-22/+14
* Make connection pool retrieval fasterJon Leighton2012-08-311-10/+13
* use Hash#fetch to eliminate conditionalAaron Patterson2012-08-241-8/+3
* Refactor AR::Result or inherits. Because we have redundant codes aboutkennyj2012-08-222-16/+2
* This method is useless without a block, so remove testAaron Patterson2012-08-201-11/+9
* remove unused variableAaron Patterson2012-08-201-1/+1
* initialize instance variables to avoid conditionalsAaron Patterson2012-08-201-2/+7
* column default extraction should handle newlines.Aaron Patterson2012-08-171-2/+2
* Fix occasional microsecond conversion inaccuracyAri Pollak2012-08-151-2/+2
* load active_support/deprecation in active_support/railsXavier Noria2012-08-023-3/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-023-3/+0
* Deprecate Relation#all.Jon Leighton2012-07-271-1/+1
* Merge pull request #6654 from stevecj/postgresql-auto-reconnect-2Aaron Patterson2012-07-251-1/+2
|\