summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseSelectWithParenthesis.in
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2019-12-30 00:51:48 -0500
committerDeven Bansod <devenbansod.bits@gmail.com>2019-12-30 00:54:13 -0500
commitfc25e9023c7748a7a2e957c823699900257ce4e1 (patch)
treed057bda4d95ad7dc0f674acb4e2ceb04827004f3 /tests/data/parser/parseSelectWithParenthesis.in
parent2c8e384a349595ad13790ca3a5357f24af916345 (diff)
downloadsql-parser-fc25e9023c7748a7a2e957c823699900257ce4e1.zip
sql-parser-fc25e9023c7748a7a2e957c823699900257ce4e1.tar.gz
sql-parser-fc25e9023c7748a7a2e957c823699900257ce4e1.tar.bz2
275: Prevent overwrite of offset in Limit clause by parenthesis
Diffstat (limited to 'tests/data/parser/parseSelectWithParenthesis.in')
-rw-r--r--tests/data/parser/parseSelectWithParenthesis.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/parseSelectWithParenthesis.in b/tests/data/parser/parseSelectWithParenthesis.in
new file mode 100644
index 0000000..3c47d72
--- /dev/null
+++ b/tests/data/parser/parseSelectWithParenthesis.in
@@ -0,0 +1 @@
+(SELECT first_name FROM `actor` LIMIT 1, 2) \ No newline at end of file