Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: remove hash noise | Jeremy Kemper | 2012-09-21 | 1 | -10/+10 |
| | |||||
* | Correct default charset/collation for mysql dbs | Jeremy Kemper | 2012-09-21 | 1 | -9/+21 |
| | |||||
* | Use configuration['encoding'], because database configuration use not ↵ | kennyj | 2012-09-12 | 1 | -2/+2 |
| | | | | charset but encoding. | ||||
* | Use native mysqldump command for 'rake db:structure:dump'. | kennyj | 2012-09-12 | 1 | -15/+2 |
| | |||||
* | Use the 'mysql' binary for 'rake db:structure:load'. | Seamus Abshere | 2012-09-05 | 1 | -5/+2 |
| | | | | 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. | ||||
* | Merge pull request #7196 from ↵ | Aaron Patterson | 2012-07-29 | 1 | -1/+5 |
|\ | | | | | | | | | rimidl/fix-incorrect-require-mysql-in-mysql_rake_test Fix incorrect usage `require mysql` in the activerecord/.../mysql_rake_test | ||||
| * | fix incorrect usage `require mysql` in the ↵ | Vladimir Strakhov | 2012-07-29 | 1 | -1/+5 |
| | | | | | | | | activerecord/test/.../mysql_rake_test.rb | ||||
* | | More polite cleanup for sqlite tests | Bogdan Gusiev | 2012-07-29 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #6838 from kennyj/added_registration_task | Carlos Antonio da Silva | 2012-07-07 | 1 | -0/+16 |
|\ | | | | | Allow to register database tasks from different adapters | ||||
| * | Added a feature to add a database task. e.g. OracleDatabaseTasks | kennyj | 2012-06-24 | 1 | -0/+16 |
| | | |||||
* | | Unify the collation API for the database adpters | Rafael Mendonça França | 2012-07-01 | 1 | -4/+4 |
| | | |||||
* | | Extract collation tasks to database tasks. | kennyj | 2012-07-01 | 4 | -0/+68 |
| | | |||||
* | | Support collate and ctype on the PostgreSQL. | kennyj | 2012-06-29 | 1 | -0/+8 |
|/ | |||||
* | Move tasks(rake) tests to under the tasks dir. | kennyj | 2012-06-24 | 4 | -0/+891 |