diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-08-09 22:14:00 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-08-09 22:14:00 +0300 |
commit | 0ccc3a271390b8491765960cc92575d7b96e05f1 (patch) | |
tree | 8bb7b4ee31187bfad3fd2cfecdc87c29f3db3fe8 /src/Utils/Query.php | |
parent | 77d5409b57f0ac82cf2ae71f339912c7f175c5cc (diff) | |
download | sql-parser-0ccc3a271390b8491765960cc92575d7b96e05f1.zip sql-parser-0ccc3a271390b8491765960cc92575d7b96e05f1.tar.gz sql-parser-0ccc3a271390b8491765960cc92575d7b96e05f1.tar.bz2 |
Introduced the buffered query parser. This is used to extract statements from a
buffered string that may be parsed using the parser.
DELIMITER is no longer reported as unexpected beginning of statement.
Fixed typos.
Diffstat (limited to 'src/Utils/Query.php')
-rw-r--r-- | src/Utils/Query.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php index 86325ed..4a9ea01 100644 --- a/src/Utils/Query.php +++ b/src/Utils/Query.php @@ -36,7 +36,7 @@ use SqlParser\Statements\UpdateStatement; /** * Statement utilities. * - * @category Routines + * @category Statement * @package SqlParser * @subpackage Utils * @author Dan Ungureanu <udan1107@gmail.com> |