aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/adapter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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