aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Check if the options value is present before to send the deprecationRafael Mendonça França2012-11-031-4/+6
* Remove old commentRafael Mendonça França2012-11-021-1/+1
* Deprecate passing a string as third argument of `add_index`Rafael Mendonça França2012-11-021-0/+6
* Raise an ArgumentError when passing an invalid option to add_indexRafael Mendonça França2012-11-021-1/+4
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-036-50/+50
|\
| * Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-236-50/+50
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-303-6/+6
* | Fix bug when Column is trying to type cast boolean values to integer.Rafael Mendonça França2012-10-291-2/+13
* | Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-293-9/+10
* | SQLite3Adapter#type_cast should not mutate argumentsStefan Rusterholz2012-10-281-1/+1
* | raise `ArgumentError` when redefining the primary key column. Closes #6378Yves Senn2012-10-281-0/+9
* | refactor `SQLite3Adapter#copy_table` to prevent primary key redefinitions. #6378Yves Senn2012-10-281-5/+3
* | Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-271-0/+7
* | Decode attributes pulled from URI.parseShawn Veader2012-10-261-0/+2
* | Remove ActiveRecord::ModelJon Leighton2012-10-261-4/+4
|/
* 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