mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 23:05:27 +00:00
Parse the usage of the SQL in operator properly (#9527)
Also adds a `treeRepr` renderer for the SQL nodes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user