1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/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.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
mysql_database_tasks.rb Use the 'mysql' binary for 'rake db:structure:load'. 2012-09-05 11:10:15 -05:00
postgresql_database_tasks.rb Unify the collation API for the database adpters 2012-07-01 12:58:41 -03:00
sqlite_database_tasks.rb Refactor db:structure:load task. 2012-06-21 01:35:26 +09:00