Skip to content

materialized-view-composites#308

Merged
general-kroll-4-life merged 1 commit into
mainfrom
bugfix/materialized-view-composites
Oct 13, 2023
Merged

materialized-view-composites#308
general-kroll-4-life merged 1 commit into
mainfrom
bugfix/materialized-view-composites

Conversation

@general-kroll-4-life

@general-kroll-4-life general-kroll-4-life commented Oct 13, 2023

Copy link
Copy Markdown
Contributor

Description

  • Support parenthesized select as meterialized view defnition.
  • Support union as materialized view definition.
  • Added robot test Create and Interrogate Materialized View With Union.
  • Added robot test Create and Interrogate Materialized View With Parenthesized Select and Union.

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.

Closes #302
Closes #303

Evidence

  • Added robot test Create and Interrogate Materialized View With Union.
  • Added robot test Create and Interrogate Materialized View With Parenthesized Select and Union.

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.

Summary:

- Support parenthesized select as meterialized view defnition.
- Support union as materialized view definition.
- Added robot test `Create and Interrogate Materialized View With Union`.
- Added robot test `Create and Interrogate Materialized View With Parenthesized Select and Union`.
@general-kroll-4-life general-kroll-4-life force-pushed the bugfix/materialized-view-composites branch from 4c5df8a to f30dd96 Compare October 13, 2023 13:51
@general-kroll-4-life general-kroll-4-life merged commit a58062a into main Oct 13, 2023
@general-kroll-4-life general-kroll-4-life deleted the bugfix/materialized-view-composites branch October 13, 2023 14:19
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.

BUGFIX: Create materialized view on union does not work BUGFIX: Create materialized view on paren select causes crash

1 participant