aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* These are already required through AS/railsAkira Matsuda2013-01-071-1/+0
* Fix calling quote column name in interpolated stringCarlos Antonio da Silva2012-12-211-1/+1
* Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-212-7/+20
* Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-211-0/+4
* Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-211-0/+11
* Simplify change_table and avoid duplicated logicMarc-Andre Lafortune2012-12-211-14/+2
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-9/+16
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-4/+4
* revises a RDoc example to make it idiomaticXavier Noria2012-12-071-8/+8
* Use CURRENT_TIMESTAMP since it has apparently better cross db supportCarlos Antonio da Silva2012-12-061-1/+1
* Add migration history to schema.rb dumpJosh Susser2012-12-021-2/+2
* Add metadata to schema_migrationsJosh Susser2012-12-011-3/+3
* Fix memory leak in development modeJon Leighton2012-11-301-8/+11
* schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-251-1/+1
* speed up fixture loading by querying the schema cache for column namesAaron Patterson2012-11-251-1/+1
* TypoChris Patuzzo2012-11-211-1/+1
* Add rename_index to change_table.Jarek Radosz2012-11-191-0/+8
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-6/+14
* 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-033-46/+46
|\
| * Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-233-46/+46
* | raise `ArgumentError` when redefining the primary key column. Closes #6378Yves Senn2012-10-281-0/+9
* | Remove ActiveRecord::ModelJon Leighton2012-10-261-4/+4
|/
* Support for partial inserts.Jon Leighton2012-09-281-1/+1
* Support for specifying transaction isolation levelJon Leighton2012-09-212-15/+75
* 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-161-0/+56
|\
| * Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-0/+56
* | simplify rescueJon Leighton2012-09-151-3/+3
* | Fix testJon Leighton2012-09-151-13/+19
* | Remove our use of #outside_transaction?Jon Leighton2012-09-151-32/+8
* | Remove the transaction_open variableJon Leighton2012-09-151-21/+28
* | Move transaction joinability into the transaction objectJon Leighton2012-09-152-14/+21
* | Alter the naming structure a bitJon Leighton2012-09-152-107/+105
* | 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-152-6/+24
* | Start to tease out transaction handling into a state machineJon Leighton2012-09-152-79/+152
* | Revert "create a transaction object and point AR objects at that object durin...Jon Leighton2012-09-151-5/+3
|/
* warning removed.Arun Agrawal2012-09-121-1/+0
* ConnectionPool, unify exceptions, ConnectionTimeoutErrorJonathan Rochkind2012-09-111-17/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-091-1/+1
|\
| * Fix a typoAndreas Loupasakis2012-09-061-1/+1
* | create a transaction object and point AR objects at that object during aAaron Patterson2012-09-071-3/+5
|/
* Cache the connection pool for a given classJon Leighton2012-08-311-20/+35
* One hash is enoughJon Leighton2012-08-311-17/+13