aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Whitespaces :scissors:Rafael Mendonça França2012-05-231-6/+6
* ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-7/+16
* Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-221-86/+34
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-201-34/+86
* Synchronize read and modification of @reserved_connections hash to avoid conc...Patrick Mahoney2012-05-191-4/+8
* Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-161-1/+1
* remove unnecessary 'examples' noise [ci skip]Vijay Dev2012-05-112-28/+18
* Merge pull request #5362 from zenprogrammer/quoting_bugAaron Patterson2012-05-091-0/+1
|\
| * Fixed bug in Quoting that caused classes to be quoted incorrectlyRyan Oblak2012-03-091-0/+1
* | Refactored remove_columnEdgars Beigarts2012-05-022-3/+1
* | Remove unused assignmentsMark Rushakoff2012-04-291-5/+3
* | Merge pull request #5698 from dougcole/support_postgresql_partitioningAaron Patterson2012-04-271-2/+2
|\ \
| * | add use_returning as a postgresql connection configDoug Cole2012-03-311-2/+2
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-181-1/+1
|\ \ \
| * | | Fix typo on the add_index.kennyj2012-04-131-1/+1
* | | | opening a connection will block if the pool is fullAaron Patterson2012-04-151-20/+39
* | | | Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-142-4/+21
|/ / /
* | | Fix delete_all when chained with joins.Rafael Mendonça França2012-04-101-3/+17
* | | Merge pull request #5716 from jurriaan/tr-gsub-cleanupSantiago Pastorino2012-04-041-1/+1
|\ \ \
| * | | Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
| |/ /
* / / Remove unnecessary articles.Waseem Ahmad2012-04-031-3/+3
|/ /
* | Use one 'be'.Waseem Ahmad2012-03-241-1/+1
* | make sure connections returned after close are marked as in_useAaron Patterson2012-03-121-4/+17
* | deprecated clear_stale_active_connections! can call #reap instead of no-op'in...Jonathan Rochkind2012-03-121-1/+2
* | make active_connection? return true only if there is an open connection in us...Aaron Patterson2012-03-081-7/+4
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-03-031-0/+3
|\ \ | |/ |/|
| * Add documentation for IndexDefinition.Waseem Ahmad2012-03-021-0/+3
* | revert setting NOT NULL constraints in add_timestampsXavier Noria2012-03-011-2/+2
|/
* use bind values for join columnsAaron Patterson2012-02-271-4/+4
* removes verify_active_connections!Xavier Noria2012-02-241-15/+0
* prepared statements can be disabledAaron Patterson2012-02-212-8/+10
* use Process.pid rather than $$Aaron Patterson2012-02-161-5/+5
* database connections are automatically established after forking.Aaron Patterson2012-02-161-13/+47
* Revert "No need to pass options which is never used"Rafael Mendonça França2012-02-151-2/+2
* Made schema dumper recognize partial indices' where statementsMarcelo Silveira2012-02-091-1/+1
* Added where option to add_index to support postgresql partial indicesMarcelo Silveira2012-02-091-3/+13
* Remove useless argument in #columns.Sebastian Martinez2012-02-021-1/+1
* QueryCache will just dup an AR::Result, AR::Result can deep copyAaron Patterson2012-01-311-9/+15
* query cache instrumentation should included the bindings in the payload [clos...Xavier Noria2012-01-301-1/+1
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-271-0/+42
* Only show the type if column is presentRafael Mendonça França2012-01-231-1/+2
* Don't type-cast unknown types to YAML.Stephen Celis2012-01-201-1/+1
* use Rack::BodyProxy in activerecord middlewaresSergey Nartimov2012-01-161-31/+5
* refactor schema migration table creation to the schema migration modelAaron Patterson2012-01-131-9/+1
* use the schema migration model to dump schema infoAaron Patterson2012-01-131-2/+5
* dropping support for `schema_info`.Aaron Patterson2012-01-101-12/+0
* Remove Array.wrap calls in ActiveRecordRafael Mendonça França2012-01-061-5/+4
* updating the reaping frequency documentationAaron Patterson2011-12-301-0/+3
* rename start to run and use Thread.pass rather than sleeping to schedule the ...Aaron Patterson2011-12-301-2/+2
* connection pool starts the reaperAaron Patterson2011-12-301-0/+1