Closed dantleech closed 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.
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
;
Enforce query termination, fixes: #162
Note that this does not allow multile lines, but it does at least prevent the execution of queries prematurely.