ZF-8226: Quoted argument to zf.sh is passed as multiple arguments to zf.php
Description
When calling for example:
zfinc run dc2query "SELECT u FROM Blog_Domain_Article u"
They query is not passed as one argument to zf.php but each word is its own argument.
A fix is documeneted here: http://stackoverflow.com/questions/255898/…
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-11-05T04:22:50.000+0000
Fixed in r18854.