1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters/mysql
2013-01-06 15:41:14 +09:00
..
active_schema_test.rb Standardize the use of current_adapter? 2013-01-01 19:18:34 -03:00
case_sensitivity_test.rb fix to remove warning in test cases 2011-10-16 14:29:06 +05:30
connection_test.rb Session variables for mysql, mysql2, and postgresql adapters can be set 2012-12-08 10:11:10 -08:00
enum_test.rb fix: limit of enum columns of mysql 2012-06-28 03:15:43 +09:00
mysql_adapter_test.rb Remove unnecessary begin..rescue..end, use only rescue 2013-01-06 15:41:14 +09:00
quoting_test.rb
reserved_word_test.rb Rename "Fixtures" class to "FixtureSet" 2012-10-07 19:15:58 +02:00
schema_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01:00
sp_test.rb
sql_types_test.rb Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00
statement_pool_test.rb