diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-07-07 02:00:28 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-07-07 02:43:41 +0300 |
commit | e58d23067743641529348e4a1cc93cf1c73a85a5 (patch) | |
tree | 1098e75ffaa6e0d84a4c400217ec62e6c4a923d4 /tests/Parser/CreateStatementTest.php | |
parent | 06c0a645e9d19b1f899c3883ae9b11e5c50bc31e (diff) | |
download | sql-parser-e58d23067743641529348e4a1cc93cf1c73a85a5.zip sql-parser-e58d23067743641529348e4a1cc93cf1c73a85a5.tar.gz sql-parser-e58d23067743641529348e4a1cc93cf1c73a85a5.tar.bz2 |
Improved fragments. New builders available. Refactored some fields.
New query utility to extract the name of the tables used in a statement.
TRUNCATE is being parsed now.
CREATE parsing and building has been improved.
Improved the definition of UPDATE and DELETE statements.
Fixed coding style. Improved documentation and tests.
Diffstat (limited to 'tests/Parser/CreateStatementTest.php')
-rw-r--r-- | tests/Parser/CreateStatementTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php index 11bfc5e..eef8183 100644 --- a/tests/Parser/CreateStatementTest.php +++ b/tests/Parser/CreateStatementTest.php @@ -26,6 +26,7 @@ class CreateStatementTest extends TestCase array('parseCreateTable'), array('parseCreateTable2'), array('parseCreateTableErr1'), + array('parseCreateTrigger'), array('parseCreateUser'), array('parseCreateView'), array('parseCreateView2'), |