Curently, subselects can't be used as PSQL expressions, and all these constructions result in error:
var = (select ... from ...);
if ((select ... from ...) = 1) then
if (1 = any (select ... from ...)) then
if (1 in (select ... from ...)) then
These are all potentially valid expressions. Now the user need to write independents SELECT ... INTO without any advantage.
Test Details: Tes is not needed: there are already lot of other tests which does use this functionality. => Test is not needed: there are already lot of other tests which does use this functionality.
Submitted by: @asfernandes
Is related to QA321
Curently, subselects can't be used as PSQL expressions, and all these constructions result in error:
var = (select ... from ...);
if ((select ... from ...) = 1) then
if (1 = any (select ... from ...)) then
if (1 in (select ... from ...)) then
These are all potentially valid expressions. Now the user need to write independents SELECT ... INTO without any advantage.
Commits: a8c1cdb
====== Test Details ======
Test is not needed: there are already lot of other tests which does use this functionality.
The text was updated successfully, but these errors were encountered: