aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Use table prefix and suffix for schema_migrations index.Tim Peters2009-08-091-1/+1
* PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-0/+15
* Fix that creating a table whose primary key prefix type is :table_name genera...Morgan Schweers2009-08-091-1/+1
* Ruby 1.9.2 compat: Array#* uses to_str instead of to_s to join values since R...Akira Matsuda2009-08-051-2/+1
* Revert "fallback_string_to_date sets Date._parse comp arg to true, so that st...Geoff Buesing2009-08-051-1/+1
* fallback_string_to_date sets Date._parse comp arg to true, so that strings wi...Matt Ganderup2009-08-031-1/+1
* quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...Geoff Buesing2009-08-031-1/+6
* Merge docrailsPratik Naik2009-07-252-1/+9
* Fixed a bug where create_table could not be called without a block [#2221 sta...Joseph Wilk2009-06-211-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-132-0/+3
* Ensure ActiveRecord::Base.connection_pool.with_connection creates a new conne...steve2009-05-011-5/+6
* Use table_exists? in #initialize_schema_migrations_table [#1923 state:resolved]Ken Collins2009-05-011-2/+2
* Ensure ActiveRecord session store's connections are checked in after each req...Joshua Peek2009-02-241-0/+16
* Support true/false in query_attribute for calculated columnsMax Lapshin2009-02-061-0/+1
* Fix PostgreSQL unit test failures that only occur when using the old 'postgre...Hongli Lai (Phusion)2009-01-131-4/+8
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-15/+16
* Merge branch 'master' into savepointsJeremy Kemper2009-01-103-31/+34
|\
| * Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-282-30/+30
| * Merge docrailsPratik Naik2008-12-192-1/+4
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-091-0/+2
|\|
| * Merge with docrailsPratik Naik2008-12-071-0/+2
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-032-12/+18
|\|
| * Merge branch 'master' into testingJeremy Kemper2008-11-081-3/+11
| |\
| | * Timeout the connection pool monitor on ruby 1.8 onlyJeremy Kemper2008-11-081-3/+11
| * | Merge branch 'master' into testingJeremy Kemper2008-11-071-4/+1
| |\|
| | * Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...Nick Sieger2008-11-081-4/+1
| * | undef abstract methods instead of raising NotImplementedError. Still need the...Jeremy Kemper2008-11-071-4/+4
| |/
| * Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...Pratik Naik2008-11-061-1/+2
| * Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....Wes Oldenbeuving2008-11-061-1/+1
* | Reimplement Jeremy's PostgreSQL automatic transaction state introspection code.Hongli Lai (Phusion)2008-11-031-2/+18
* | Improve documentation for DatabaseStatements#transactions and AbstractAdapter...Hongli Lai (Phusion)2008-11-031-6/+69
* | Implement savepoints.Jonathan Viney2008-11-031-6/+10
|/
* It is not necessary to store QueryCache in a thread local since the cache is ...Joshua Peek2008-10-301-27/+14
* Use database name in query cache thread local key [#1283 state:resolved]Joshua Peek2008-10-301-3/+2
* Add documentation for AbstractAdapter#sanitize_limit, and make its code more ...Hongli Lai (Phusion)2008-10-091-4/+15
* Merge docrailsPratik Naik2008-10-053-6/+86
* made ConnectionPool#checkout more robust by trying to loot dead threads when ...Aliaksey Kandratsenka2008-10-041-1/+5
* Fix race in ConnectionPool#checkoutAliaksey Kandratsenka2008-10-041-15/+14
* Deal with MySQL's quirky handling of defaults and blob/text columnsFrederick Cheung2008-09-141-0/+4
* Merge docrailsPratik Naik2008-09-131-2/+36
* Support :limit on update_all so that has_many with :limit can be safely updatedTarmo Tänav2008-09-101-0/+4
* Handle connection timeouts with a slightly nicer error message.Michael Koziarski2008-09-041-1/+1
* Default connection allow_concurrency to false (for PostgreSQL)Nick Sieger2008-09-041-2/+1
* Deprecate verification_timeout and verify before resetNick Sieger2008-09-042-9/+12
* Minor tweak to retrieve_connection_pool -- recurse instead of loopNick Sieger2008-08-291-6/+4
* Remove some synchronization that's probably overkill, assuming one doesn't es...Nick Sieger2008-08-291-10/+1
* Collapse connection pool class hierarchy; YAGNI.Nick Sieger2008-08-291-112/+48
* Make clear_active_connections! also return stale connections back to the poolNick Sieger2008-08-292-33/+25
* Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...Nick Sieger2008-08-291-17/+4
* Deprecate allow_concurrency and make it have no effectNick Sieger2008-08-292-39/+16