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 %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other things 2012-04-27 11:42:50 +01:00
boolean_test.rb Clear schema cache before each test 2014-09-01 10:00:48 +09:00
case_sensitivity_test.rb Only use BINARY for mysql case sensitive uniqueness check when column has a case insensitive collation. 2013-11-26 04:59:18 +09:00
connection_test.rb add a truncate method to the connection 2014-09-22 14:57:19 -07:00
enum_test.rb fix detect column type of enum 2013-04-01 17:09:20 +09:00
explain_test.rb all tests passing on mysql2 2014-04-09 15:48:15 -07:00
reserved_word_test.rb Use teardown helper method. 2014-03-14 20:48:59 -07:00
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 Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00