forked from phoedos/pmd
5cf9a4d665
fixed multiline SELECT parse. Parsing skips SELECT statements to the ';' delimiter or end of line. If statement terminated by the end of line, next line starting from the middle of SELECT statement will fail to parse. For example, SELECT 1 INTO V FROM DUAL; will fail.