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
Yves Senn 35df925b47 pg, create_schema, drop_schema and rename_table quote schema name.
Closes #21418.

Previously schema names were not quoted. This leads to issues when a
schema names contains a ".". Methods in `schema_statements.rb` should
quote user input.
2015-08-28 15:59:37 +02:00
..
mysql use assert_not instead of refute as mentioned in our guides. 2015-08-13 09:20:39 +02:00
mysql2 Add a native JSON data type support in MySQL 2015-08-18 16:13:00 +09:00
postgresql pg, create_schema, drop_schema and rename_table quote schema name. 2015-08-28 15:59:37 +02:00
sqlite3 Removed mocha from Active Record Part 1 2015-08-25 22:07:25 +05:30