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/data/parser/parseCreateTableSpatial.in | |
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/data/parser/parseCreateTableSpatial.in')
-rw-r--r-- | tests/data/parser/parseCreateTableSpatial.in | 1 |
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 |