summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseCreateTableSpatial.in
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/data/parser/parseCreateTableSpatial.in
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/data/parser/parseCreateTableSpatial.in')
-rw-r--r--tests/data/parser/parseCreateTableSpatial.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/parseCreateTableSpatial.in b/tests/data/parser/parseCreateTableSpatial.in
new file mode 100644
index 0000000..ca76430
--- /dev/null
+++ b/tests/data/parser/parseCreateTableSpatial.in
@@ -0,0 +1 @@
+CREATE TABLE `xss`.`gis` ( `x` POINT NOT NULL ) ENGINE = InnoDB; \ No newline at end of file