-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drush sqlq --db-prefix doesn't work any more. #1441
Comments
I see an attempt to prefix in the code. My hunch is that we only don't prefix when an input file is provided (as opposed to a string). I think that other commands use sql-query internally and provide and input file or --file option so they would suffer this same issue. The example given would not fall into this category so no idea on the example shown above. |
I had a better solution to this problem. Ideally, Drush would still work with db prefixes, but I don't know if anyone will take the time to circle back here. |
same (blocking) issue |
db prefixes are no longer supported in drush |
Drush 6 behavior (correct):
Drush 7 and Drush 8 behavior:
Just leaving this here. I'm not really fond of db prefixes myself, but ideally this would still work.
The text was updated successfully, but these errors were encountered: