aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* The default value of a text/blob in mysql strict mode should be nilJon Leighton2012-10-194-20/+14
* Fix typo in inet and cidr savingMiguel Herranz2012-10-141-1/+1
* #7914 Remove code for unsupported postgreSQL version.Arturo Pie2012-10-132-6/+0
* #7914 Using a better way to get the defaults from db.Arturo Pie2012-10-132-6/+7
* #7914 get default value when type uses schema nameArturo Pie2012-10-131-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-10-111-1/+1
|\
| * Fixed unclosing tagAvnerCohen2012-10-091-1/+1
* | PostgreSQL, quote table names when fetching the primary key. Closes #5920Yves Senn2012-10-051-1/+1
|/
* Support for partial inserts.Jon Leighton2012-09-284-5/+13
* Support for specifying transaction isolation levelJon Leighton2012-09-216-15/+104
* 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