Parse the usage of the SQL in operator properly (#9527)

Also adds a `treeRepr` renderer for the SQL nodes.
This commit is contained in:
zah
2018-10-28 14:34:57 +02:00
committed by Andreas Rumpf
parent f9eec2aa1e
commit ee54d6977b
2 changed files with 23 additions and 4 deletions

View File

@@ -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);