diff options
author | Michal Čihař <michal@cihar.com> | 2016-09-13 10:30:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 10:30:46 +0200 |
commit | 496d47d54d26c12ef2832448ed7bf039f561ee3c (patch) | |
tree | 74af097f89cab6edd05acb44837279ed6b84d576 /tests/Parser/CreateStatementTest.php | |
parent | bd8936d2d6d1b932211a29cea313749be13bac83 (diff) | |
parent | bc09cff46d1d8859eb410fb895c4f502f77e18eb (diff) | |
download | sql-parser-496d47d54d26c12ef2832448ed7bf039f561ee3c.zip sql-parser-496d47d54d26c12ef2832448ed7bf039f561ee3c.tar.gz sql-parser-496d47d54d26c12ef2832448ed7bf039f561ee3c.tar.bz2 |
Merge pull request #71 from devenbansod/fix_55
Fix #55 : Add support for spatial datatypes
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 758e5c4..deeb6aa 100644 --- a/tests/Parser/CreateStatementTest.php +++ b/tests/Parser/CreateStatementTest.php @@ -33,6 +33,7 @@ class CreateStatementTest extends TestCase array('parser/parseCreateTableSelect'), array('parser/parseCreateTableAsSelect'), array('parser/parseCreateTableLike'), + array('parser/parseCreateTableSpatial'), array('parser/parseCreateTrigger'), array('parser/parseCreateUser'), array('parser/parseCreateView'), |