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
Jean Boussier 1e56b1d115 Fix ruby-master test suite (Psych 4.0.0)
Ruby master ships with Psych 4.0.0 which makes `YAML.load`
defaults to safe mode (https://github.com/ruby/psych/pull/487).

However since these YAML files are trustworthy sources
we can parse them with `unsafe_load`.
2021-05-19 14:21:21 +02:00
..
mysql2 Fix isolated test failure in test/cases/adapters/mysql2/count_deleted_rows_with_lock_test.rb 2021-05-03 08:34:27 +09:00
postgresql Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
sqlite3 Preserve index sort order when altering sqlite3 table 2021-02-25 10:36:07 -05:00