summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorzah <zahary@gmail.com>2018-10-28 14:34:57 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-10-28 13:34:57 +0100
commitee54d6977bdc70e01af97c7783361477ec811c13 (patch)
tree02544e39007533d76c4e546ffbce876e6e627eb5 /tests
parentf9eec2aa1e42c3ad5753f8aa3bf36c0090b888fc (diff)
downloadNim-ee54d6977bdc70e01af97c7783361477ec811c13.tar.gz
Parse the usage of the SQL in operator properly (#9527)
Also adds a `treeRepr` renderer for the SQL nodes.
Diffstat (limited to 'tests')
-rw-r--r--tests/stdlib/somesql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/somesql.sql b/tests/stdlib/somesql.sql
index 285f93cec..74afcbab0 100644
--- a/tests/stdlib/somesql.sql
+++ b/tests/stdlib/somesql.sql
@@ -295,4 +295,4 @@ create table anon207(
   anon209 varchar(30) not null,
   anon204 varchar(30) default null,
   anon70 int not null  references anon40(anon41));
-
+select * from anon207 where anon41 in (1, 2, 3);