phpcr / phpcr-shell

PHPCR Shell
MIT License
69 stars 19 forks source link

copy-pasting multiline queries #161

Closed dbu closed 9 years ago

dbu commented 9 years ago

when copy-pasting, only the first line of the query gets pasted, so i have to paste line by line

dantleech commented 9 years ago

You mean concatenate the lines manually?

How could we avoid that?

dbu commented 9 years ago

actually i was tricked by #162 into thinking the paste had not kept the lines... they only appear after the previous line was executed

dantleech commented 9 years ago

But this is still an issue I think .. we need to not execute commands on a line break when the "command" is a query.

dbu commented 9 years ago

yep, that is #162