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
Sean Griffin b93b39eff6 Remove most type related predicates from Column
Remaining are `limit`, `precision`, `scale`, and `type` (the symbol
version). These will remain on the column, since they mirror the options
to the `column` method in the schema definition DSL
2015-01-30 11:42:54 -07:00
..
mysql Remove Relation#bind_params 2015-01-27 16:10:03 -07:00
mysql2 tests, use drop_table if_exists: true in our test suite. 2015-01-20 13:30:12 +01:00
postgresql Remove most type related predicates from Column 2015-01-30 11:42:54 -07:00
sqlite3 Always convert strings to UTF-8, regardless of column type in SQLite 2015-01-28 15:19:13 -07:00