summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CreateStatementTest.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-09-13 10:41:14 +0200
committerMichal Čihař <michal@cihar.com>2016-09-13 10:41:14 +0200
commit4afb2281ec0301665fcbaf7de40d9d502b3caea5 (patch)
tree1303aa23bacbc8c659da44326dd09bc346f518ad /tests/Parser/CreateStatementTest.php
parent5aa31e9b72db1ccbf7cbbd15e02757cdafc7b107 (diff)
downloadsql-parser-4afb2281ec0301665fcbaf7de40d9d502b3caea5.zip
sql-parser-4afb2281ec0301665fcbaf7de40d9d502b3caea5.tar.gz
sql-parser-4afb2281ec0301665fcbaf7de40d9d502b3caea5.tar.bz2
Add test for non-reserved keyword as column name
Issue #59 Signed-off-by: Michal Čihař <michal@cihar.com>
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 7918029..69df835 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -28,6 +28,7 @@ class CreateStatementTest extends TestCase
array('parser/parseCreateTable3'),
array('parser/parseCreateTable4'),
array('parser/parseCreateTable5'),
+ array('parser/parseCreateTable6'),
array('parser/parseCreateTableErr1'),
array('parser/parseCreateTableErr2'),
array('parser/parseCreateTableErr3'),