aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-7/+9
* Get the green light for Oracle AR unit tests (closes #4573) [Michael Schoen]David Heinemeier Hansson2006-04-041-1/+1
* Add support for :include to with_scope [andrew@redlinesoftware.com]Michael Koziarski2006-03-271-2/+0
* Change periods (.) in table aliases to _'s. Closes #4251 [jeff@ministrycente...Rick Olson2006-03-261-0/+1
* Added OpenBase database adapter that builds on top of the http://www.spice-of...David Heinemeier Hansson2006-03-181-1/+4
* Rework table aliasing to account for truncated table aliases. Add smarter ta...Rick Olson2006-03-181-6/+8
* Add AbstractAdapter#table_alias_for to create table aliases according to the ...Rick Olson2006-03-181-0/+13
* Added connection#current_database that'll return of the current database (onl...David Heinemeier Hansson2006-03-181-2/+11
* Unit test fixes for postgresql.Michael Koziarski2006-03-151-1/+1
* Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.Marcel Molina2006-01-041-2/+3
* r3957@asus: jeremy | 2005-10-16 00:01:55 -0700Jeremy Kemper2005-10-161-0/+20
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-0/+38