aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-10/+9
* Merge branch 'master' into savepointsJeremy Kemper2009-01-101-5/+5
|\
| * Benchmark.msJeremy Kemper2008-12-091-5/+5
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-031-3/+3
|\|
| * Autoload ActiveRecord filesJoshua Peek2008-11-241-0/+1
| * Remove reset! as a connection#checkout callbackPratik Naik2008-11-191-1/+1
| * Don't leave open dangling connections in development mode. [#1335 state:resol...Pratik Naik2008-11-081-2/+1
* | Make SQLite3 pass the unit tests for savepoints.Hongli Lai (Phusion)2008-11-031-0/+6
* | Improve documentation for DatabaseStatements#transactions and AbstractAdapter...Hongli Lai (Phusion)2008-11-031-0/+3
* | Implement savepoints.Jonathan Viney2008-11-031-0/+15
|/
* Merge docrailsPratik Naik2008-10-051-18/+31
* Use a more sensible resolution on the new millisecond benchmarksDavid Heinemeier Hansson2008-09-051-1/+1
* Changed all benchmarking reports to be in millisecondsDavid Heinemeier Hansson2008-09-051-3/+3
* Remove flawed execute("ROLLBACK") approach; #reset! defaults to nothingNick Sieger2008-09-041-3/+1
* Deprecate verification_timeout and verify before resetNick Sieger2008-09-041-8/+4
* Collapse connection pool class hierarchy; YAGNI.Nick Sieger2008-08-291-0/+3
* Deprecate allow_concurrency and make it have no effectNick Sieger2008-08-291-1/+3
* Add connection reset and verification upon each connection checkoutNick Sieger2008-08-291-2/+11
* Connection handling methods extracted out into separate ConnectionHandler classNick Sieger2008-08-291-1/+1
* Initial conversion to connection poolNick2008-08-291-0/+1
* Made migrations transactional for PostgreSQL [#834 state:resolved]Tarmo Tänav2008-08-221-0/+7
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Move the transaction counter to the connection object rather than maintaining...Jonathan Viney2008-07-151-0/+13
* Ensure correct db time is reported in production logs.Pratik Naik2008-05-281-9/+5
* Merge docrails:Pratik Naik2008-05-091-2/+2
* Remove dead code. Closes #10698 [garru]Jeremy Kemper2008-01-191-5/+0
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-051-1/+6
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-221-0/+1
* Use debug, not info as log_info will discard the information if info is used.Michael Koziarski2007-11-171-1/+1
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-261-0/+7
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-161-0/+6
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-0/+2
* Fix @logger.debug? conditional considering @logger may be nil.Jeremy Kemper2007-03-111-14/+10
* Enable active record cache automatically for all actionsTobias Lütke2007-02-211-11/+11
* Made sure that connections are only removed for SQLiteDavid Heinemeier Hansson2007-01-151-1/+1
* If only life was that simple (it didnt help)David Heinemeier Hansson2006-12-011-0/+6
* Replace the elaborate reloading connection checking scheme, just fix the Ruby...David Heinemeier Hansson2006-12-011-6/+0
* Only reload connections in development mode that supports (and requires that)...David Heinemeier Hansson2006-11-261-0/+6
* Oracle: fix limited id selection for eager loading. Closes #6515.Jeremy Kemper2006-11-101-6/+0
* automatically add primary key to #select_limited_ids_list order by clause for...Rick Olson2006-10-131-0/+6
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-0/+2
* Provide access to the underlying database connection with Adapter#raw_connect...Michael Koziarski2006-03-181-0/+7
* Speed up class -> connection caching and stale connection verification. Close...Jeremy Kemper2006-02-271-1/+14
* ActiveRecord::Base.remove_connection explicitly closes database connections a...Jeremy Kemper2006-02-261-1/+7
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-0/+6
* Move dummy active? and reconnect! from sqlite to base adapter. References #428.Jeremy Kemper2005-12-041-0/+13
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-041-4/+1
* r3181@asus: jeremy | 2005-11-19 02:52:24 -0800Jeremy Kemper2005-11-191-28/+5
* r3118@asus: jeremy | 2005-11-16 00:32:48 -0800Jeremy Kemper2005-11-161-1/+1