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
Aaron Patterson
0c315c75a4
Merge pull request #7196 from rimidl/fix-incorrect-require-mysql-in-mysql_rake_test
...
Fix incorrect usage `require mysql` in the activerecord/.../mysql_rake_test
2012-07-29 11:15:13 -07:00
Vladimir Strakhov
66529fc4d3
fix incorrect usage require mysql
in the activerecord/test/.../mysql_rake_test.rb
2012-07-29 21:17:17 +04:00
Bogdan Gusiev
fd0004b796
More polite cleanup for sqlite tests
2012-07-29 14:47:15 +03:00
Carlos Antonio da Silva
84b97813f6
Merge pull request #6838 from kennyj/added_registration_task
...
Allow to register database tasks from different adapters
2012-07-07 05:58:01 -07:00
Rafael Mendonça França
aafa00f4c1
Unify the collation API for the database adpters
2012-07-01 12:58:41 -03:00
kennyj
bece59e36d
Extract collation tasks to database tasks.
2012-07-01 00:56:50 +09:00
kennyj
138934fc81
Support collate and ctype on the PostgreSQL.
2012-06-29 02:53:13 +09:00
kennyj
188d671f14
Added a feature to add a database task. e.g. OracleDatabaseTasks
2012-06-24 22:18:43 +09:00
kennyj
a1a2db487d
Move tasks(rake) tests to under the tasks dir.
2012-06-24 01:27:03 +09:00