aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-1/+1
* Change the string to use in test case.kennyj2012-03-071-1/+1
* Fix message assertions for quoting database name in "show tables" for mysqlCarlos Antonio da Silva2012-03-041-1/+1
* Fix GH #3163. Should quote database on mysql/mysql2.kennyj2012-03-051-0/+11
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-1/+1
* Verify that #3690 has been closed by previous changes to the mysqlJon Leighton2011-11-191-1/+5
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* added the mysql schema test to mysql2 adapter, and fixed the corresponding fa...Josh Kalderimis2011-05-031-0/+36