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/schema
Sean Griffin f696494aed Don't attempt to specify datetime precision unless supported
Specifically, versions of MySQL prior to 5.6 do not support this, which
is what's used on Travis by default. The method `mysql_56?` appeared to
only ever be used to conditionally apply subsecond precision, so I've
generalized it and used it more liberally.

This should fix the test failures caused by #20317
2015-09-23 09:09:50 -06:00
..
mysql2_specific_schema.rb Add :charset and :collation options support for MySQL string and text columns 2015-03-06 18:56:19 +09:00
mysql_specific_schema.rb Add :charset and :collation options support for MySQL string and text columns 2015-03-06 18:56:19 +09:00
oracle_specific_schema.rb tests, favor public API over inspecting columns where possible. 2014-12-01 16:57:48 +01:00
postgresql_specific_schema.rb Correctly handle array columns with defaults in the schema dumper 2015-06-11 16:50:25 -06:00
schema.rb Don't attempt to specify datetime precision unless supported 2015-09-23 09:09:50 -06:00
sqlite_specific_schema.rb fk: use random digest names 2014-06-26 22:03:49 +02:00