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/tasks
Seamus Abshere ece23b5fa0 Use the 'mysql' binary for 'rake db:structure:load'.
The previous implementation had the strange requirement that db/structure.sql contain only CREATE TABLE sql statements, one per table, separated by double newlines. SQLite3 and PostgreSQL database tasks, on the other hand, simply spawn 'sqlite3' and 'psql' binaries to load the file directly. The new implementation follows this and attempts to respect all current MySQL configuration settings.
2012-09-05 11:10:15 -05:00
..
database_tasks_test.rb Merge pull request #6838 from kennyj/added_registration_task 2012-07-07 05:58:01 -07:00
mysql_rake_test.rb Use the 'mysql' binary for 'rake db:structure:load'. 2012-09-05 11:10:15 -05:00
postgresql_rake_test.rb Unify the collation API for the database adpters 2012-07-01 12:58:41 -03:00
sqlite_rake_test.rb More polite cleanup for sqlite tests 2012-07-29 14:47:15 +03:00