phpcr / phpcr-shell

PHPCR Shell
MIT License
69 stars 19 forks source link

Enforce termination of queries #166

Closed dantleech closed 9 years ago

dantleech commented 9 years ago

Enforce query termination, fixes: #162

Note that this does not allow multile lines, but it does at least prevent the execution of queries prematurely.

dbu commented 9 years ago

cool, thanks! multiline would be really helpful. and when the ; is enforced anyways, it should be easy to do, just wait until you see a ; before parsing the query