Closed (fixed)
Project:
Drush
Component:
SQL
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2011 at 07:11 UTC
Updated:
16 Jun 2012 at 21:11 UTC
The problem is that windows doesn't understand ; (semicolon) as a command separator. Suggested fix is to replace ; with && which works both on unix and windows.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_sql_dump_win.patch | 990 bytes | dmitry_bezer |
Comments
Comment #1
moshe weitzman commentedAnyone know of we do this elsewhere in drush?
Comment #2
moshe weitzman commentedCommitted. Seems harmless to backport. Commit 0bc18a8
Next time, please roll patches from the root of drush and use relative paths. See http://drupal.org/project/drush/git-instructions
Comment #3
greg.1.anderson commentedThere are some compound commands in sql-sync, which still needs to be ported to Windows. Backend invoke may have one or two compound commands as well. Overall, there are only a handful.
Comment #4
msonnabaum commentedBackported.