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/mysql2
Aaron Patterson 9a4e183fe9 add a truncate method to the connection
it doesn't work on SQLite3 since it doesn't support truncate, but that's
OK.  If you call truncate on the connection, you're now bound to that
database (same as if you use hstore or any other db specific feature).
2014-09-22 14:57:19 -07:00
..
active_schema_test.rb Change the default null value for timestamps 2014-08-12 14:40:11 -06:00
bind_parameter_test.rb
boolean_test.rb Clear schema cache before each test 2014-09-01 10:00:48 +09:00
case_sensitivity_test.rb
connection_test.rb add a truncate method to the connection 2014-09-22 14:57:19 -07:00
enum_test.rb
explain_test.rb
reserved_word_test.rb
schema_migrations_test.rb use foreign key DSL in our tests. 2014-07-16 10:06:55 +02:00
schema_test.rb MySQL: skip GTID-unsafe statement tests when enforce_gtid_consistency is enabled 2014-09-01 22:36:05 -07:00
sql_types_test.rb