diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-08-16 02:48:03 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-08-16 02:48:03 +0300 |
commit | 2c1124c25a74191f4c3bf095238a0a732bfd8a9e (patch) | |
tree | 30ca07e0d1b37a0a567d6be5fabe9bffe2d8a594 /tests/Parser/CreateStatementTest.php | |
parent | 3cbebbe741f4bab1ce4790daa34d4cdd8bf36a25 (diff) | |
download | sql-parser-2c1124c25a74191f4c3bf095238a0a732bfd8a9e.zip sql-parser-2c1124c25a74191f4c3bf095238a0a732bfd8a9e.tar.gz sql-parser-2c1124c25a74191f4c3bf095238a0a732bfd8a9e.tar.bz2 |
Fixed a couple of minor bugs in partition parsing.
'MAXVALUE' can be used for partitions.
The correct class is used for parsing.
Options may be specified for the class that is used for parsing.
Wrote 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 4cab8ae..bbbb097 100644 --- a/tests/Parser/CreateStatementTest.php +++ b/tests/Parser/CreateStatementTest.php @@ -26,6 +26,7 @@ class CreateStatementTest extends TestCase array('parser/parseCreateTable'), array('parser/parseCreateTable2'), array('parser/parseCreateTable3'), + array('parser/parseCreateTable4'), array('parser/parseCreateTableErr1'), array('parser/parseCreateTableErr2'), array('parser/parseCreateTrigger'), |