summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CreateStatementTest.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-09-13 10:30:46 +0200
committerGitHub <noreply@github.com>2016-09-13 10:30:46 +0200
commit496d47d54d26c12ef2832448ed7bf039f561ee3c (patch)
tree74af097f89cab6edd05acb44837279ed6b84d576 /tests/Parser/CreateStatementTest.php
parentbd8936d2d6d1b932211a29cea313749be13bac83 (diff)
parentbc09cff46d1d8859eb410fb895c4f502f77e18eb (diff)
downloadsql-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.php1
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'),