summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/subselect
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20998: Remove EmitReadsForExistsvitya-smirnov2026-03-058-14/+1
| | | | | | | Removed a check and usages of `EmitReadsForExists` from the `yql/essentials`. There are a lot of YQLs code recanonized because sometimes an extra block with return was emitted and sometimes is not, but the YQLs is equivalent. commit_hash:a4ec2a575177eff4063da017b4d9ee96e06f3740
* YQL-20844: Fix inline subquery at binary/unary exprsvitya-smirnov2026-02-267-8/+12
| | | | commit_hash:8a515b5353e3ceadb9020c8f85aa2a5a1c335437
* YQL-20909: Set Max LangVer for PARALLEL FOR/FOR/IFvitya-smirnov2026-02-0913-0/+19
| | | | | Also supported langver for negative sql2yql tests. commit_hash:71e8f8552e85804ea94b707bd1a13ad3f9bd2287
* YQL-20844: Fix scalar subquery at binop argumentvitya-smirnov2026-02-041-0/+8
| | | | commit_hash:873fb751890293cb5a436cf3529f9918ff2fadd1
* YQL-20677: Expect a scalar subquery at a receivervitya-smirnov2026-02-033-0/+15
| | | | commit_hash:05eb23bb0fd57c084ce25a643a0b801042dbab8b
* Intermediate changesrobot-piglet2025-10-0312-0/+12
| | | | commit_hash:c3c929f4005b33d2fddb492bbc2c553125d9ad40
* YQL-20307: Support inline subqueriesvitya-smirnov2025-10-0118-0/+257
- Alter grammar to support inline subqueries. - Support inline subqueries in `sql/v1` (translator). - Introduce `sql/v1/proto_ast/parse_tree.h` for reusable parse tree predicates. - Support inline subqueries in `sql/v1/format`. - Support inline subqueries in `sql/v1/complete`. - Add some SQL-tests. - Pass all tests. commit_hash:075b2240778d071e1c7542f912d3cc83019ef849