Closed (fixed)
Project:
Drush extras
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
1 Feb 2009 at 23:11 UTC
Updated:
20 Feb 2009 at 11:30 UTC
Jump to comment: Most recent file
Patch adds a command that opens an SQL CLI.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drush_extras.diff | 1.43 KB | drumm |
| drush_extras.diff | 1.43 KB | drumm |
Comments
Comment #1
drumm(Fix corrupted characters.)
Comment #2
moshe weitzman commentedLove it. I'll wait for some comments and then commit.
Comment #3
moshe weitzman commentedCommitted and backported to 6. Thanks.
Comment #4
moshe weitzman commentedBTW, is that $pipes param needed? It is not defined anywhere nor does proc_close() appear to recognize it in the docs.
Comment #5
drumm$pipes is for proc_open() and is required. If we wanted to do anything other than pass-through it would be useful.
Like working with files, normally you do
Since we don't do anything special, I shortened the whole construct to one line.