aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Added SQL escaping for :limit and :offset [#288 state:closed] (Aaron Bedra, S...David Heinemeier Hansson2008-05-311-2/+7
* Merge docrails.Pratik Naik2008-05-251-2/+2
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-2/+3
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-161-2/+2
* Send the correct INSERT statement when dealing with objects with only primary...Michael Koziarski2007-10-061-0/+4
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Don't worry about retrieving the last inserted id. [tarmo_t]Jeremy Kemper2007-09-171-1/+1
* Speed up and simplify query caching.Jeremy Kemper2007-09-171-8/+27
* connection.select_rows 'sql' returns an array (rows) of arrays (field values)...Jeremy Kemper2007-09-161-2/+6
* minor speedups + forward-compat syntaxJeremy Kemper2007-09-131-2/+2
* Mock the beginning of the transaction also. References #8642.Jeremy Kemper2007-06-231-1/+1
* Rollback if commit raises an exception. Closes #8642.Jeremy Kemper2007-06-231-2/+9
* Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987.Jeremy Kemper2007-05-261-0/+6
* Replace the transaction {|transaction|..} semantics with a new Exception Acti...Michael Koziarski2007-05-181-8/+3
* Added database connection as a yield parameter to ActiveRecord::Base.transact...David Heinemeier Hansson2007-02-211-1/+6
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-011-4/+19
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-191-0/+11
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-0/+9
* Optimization refactoring for add_limit_offset!. In partial fullfilment of #1236.Marcel Molina2005-10-091-5/+7
* Forced newer versions of RedCloth to use hard breaks [DHH]David Heinemeier Hansson2005-10-021-2/+4
* Fix broken testcase for transactionsNicholas Seckar2005-09-291-6/+10
* Fix transactions so that calling return while inside a transaction will not l...Nicholas Seckar2005-09-281-4/+7
* Add extensive documentation to the ActiveRecord::AbstractAdapter. #2250Marcel Molina2005-09-271-9/+20
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-0/+73