Skip to content

composition-of-indirects#636

Merged
general-kroll-4-life merged 1 commit intomainfrom
feature/view-uplift-phase-01
Mar 31, 2026
Merged

composition-of-indirects#636
general-kroll-4-life merged 1 commit intomainfrom
feature/view-uplift-phase-01

Conversation

@general-kroll-4-life
Copy link
Copy Markdown
Contributor

@general-kroll-4-life general-kroll-4-life commented Mar 31, 2026

Description

  • Support for limited composition of indirects, including view, materialized view, subqueries and user space tables.
  • Uplift compound query string splitting from naive prior state to instead use existing parser function SplitStatementToPieces().
  • View documentation updated in docs/views.md.
  • Added robot test View Depth Limitation Error Message Shows Correct Max.
  • Added robot test View JOIN View Returns Results.
  • Added robot test View JOIN Provider Table Returns Results.
  • Added robot test Subquery JOIN Subquery Returns Results.
  • Added robot test CTE Within View Returns Results.
  • Added robot test Shell Session Multiple Statements Inline.
  • Added robot test Shell Session Multi Line Then Multi Statement.
  • Added robot test View JOIN Materialized View Returns Results.
  • Added robot test View JOIN Subquery Returns Results.

Type of change

  • Bug fix (non-breaking change to fix a bug).
  • Feature (non-breaking change to add functionality).
  • Breaking change.
  • Other (eg: documentation change). Please explain.

Issues referenced.

Partial fulfillment of #629

Evidence

  • Added robot test View Depth Limitation Error Message Shows Correct Max.
  • Added robot test View JOIN View Returns Results.
  • Added robot test View JOIN Provider Table Returns Results.
  • Added robot test Subquery JOIN Subquery Returns Results.
  • Added robot test CTE Within View Returns Results.
  • Added robot test Shell Session Multiple Statements Inline.
  • Added robot test Shell Session Multi Line Then Multi Statement.
  • Added robot test View JOIN Materialized View Returns Results.
  • Added robot test View JOIN Subquery Returns Results.

Checklist:

  • A full round of testing has been completed, and there are no test failures as a result of these changes.
  • The changes are covered with functional and/or integration robot testing.
  • The changes work on all supported platforms.
  • Unit tests pass locally, as per the developer guide.
  • Robot tests pass locally, as per the developer guide.
  • Linter passes locally, as per the developer guide.

Variations

N/A.

Tech Debt

No technical debt is introduced in this change. It is a step towards retiring existing technical debt.

Summary:

- Support for **limited** composition of indirects, including `view`, `materialized view`, subqueries and user space tables.
- Uplift compound query string splitting from naive prior state to instead use existing parser function `SplitStatementToPieces()`.
- View documentation updated in `docs/views.md`.
- Added robot test `View Depth Limitation Error Message Shows Correct Max`.
- Added robot test `View JOIN View Returns Results`.
- Added robot test `View JOIN Provider Table Returns Results`.
- Added robot test `Subquery JOIN Subquery Returns Results`.
- Added robot test `CTE Within View Returns Results`.
- Added robot test `Shell Session Multiple Statements Inline`.
- Added robot test `Shell Session Multi Line Then Multi Statement`.
- Added robot test `View JOIN Materialized View Returns Results`.
- Added robot test `View JOIN Subquery Returns Results`.
@general-kroll-4-life general-kroll-4-life merged commit caf5f19 into main Mar 31, 2026
19 checks passed
@general-kroll-4-life general-kroll-4-life deleted the feature/view-uplift-phase-01 branch March 31, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant