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
Edouard CHIN 0e8dabd3f6 Correctly deprecate where.not working as NOR for relations:
- 12a9664ff6 deprecated where.not working as NOR, however
  doing a relation query like this `where.not(relation: { })`
  wouldn't be properly deprecated and where.not would work as
  NAND instead
2019-10-30 19:01:24 +01:00
..
mysql2_specific_schema.rb MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
oracle_specific_schema.rb Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +09:00
postgresql_specific_schema.rb Enable Layout/EmptyLinesAroundBlockBody to reduce review cost in the future 2018-07-12 21:29:48 +09:00
schema.rb Correctly deprecate where.not working as NOR for relations: 2019-10-30 19:01:24 +01:00
sqlite_specific_schema.rb add mysql and sqlite3 default test 2018-09-01 22:09:01 -04:00