fix: wrong subquery error returning as 400 status
This commit is contained in:
committed by
Wolfgang Walther
parent
1b0f29a8cc
commit
e4984dc751
Vendored
+3
@@ -3752,3 +3752,6 @@ create aggregate test.some_agg (some_numbers) (
|
||||
, sfunc = some_trans
|
||||
, finalfunc = some_final
|
||||
);
|
||||
|
||||
create view bad_subquery as
|
||||
select * from projects where id = (select id from projects);
|
||||
|
||||
Reference in New Issue
Block a user