Skip to content

feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER#8754

Merged
rahul2393 merged 3 commits intogoogleapis:mainfrom
toga4:spansql-view-security-type
Jan 30, 2024
Merged

feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER#8754
rahul2393 merged 3 commits intogoogleapis:mainfrom
toga4:spansql-view-security-type

Conversation

@toga4
Copy link
Contributor

@toga4 toga4 commented Oct 21, 2023

This PR adds support for DEFINER security type in create view DDL.

CREATE VIEW vname SQL SECURITY DEFINER AS SELECT cname FROM tname;

Fixes #8661

@toga4 toga4 requested a review from a team as a code owner October 21, 2023 06:32
@toga4 toga4 requested a review from a team October 21, 2023 06:32
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: spanner Issues related to the Spanner API. labels Oct 21, 2023
@product-auto-label product-auto-label bot added the stale: old Pull request is old and needs attention. label Nov 20, 2023
@product-auto-label product-auto-label bot added stale: extraold Pull request is critically old and needs prioritization. and removed stale: old Pull request is old and needs attention. labels Dec 20, 2023
@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2024
@rahul2393 rahul2393 merged commit 5f156e8 into googleapis:main Jan 30, 2024
@toga4 toga4 deleted the spansql-view-security-type branch April 25, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the Spanner API. size: m Pull request size is medium. stale: extraold Pull request is critically old and needs prioritization.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spanner/SpanSQL: Support CREATE VIEW with Security Type DEFINER

4 participants