Add claim: create-or-replace a view in another database #1

Merged
hannah-vernon merged 1 commit from feature/view-in-another-database into dev 2026-07-03 14:14:06 -05:00

New public claim (tsql): to create or replace a view in another database, DROP VIEW rejects a 3-part name and CREATE VIEW must be batch-first, so run DROP and CREATE via two EXEC [db].sys.sp_executesql calls. status: verified (shipped-change). Denylist-clean.

New public claim (tsql): to create or replace a view in another database, DROP VIEW rejects a 3-part name and CREATE VIEW must be batch-first, so run DROP and CREATE via two EXEC [db].sys.sp_executesql calls. status: verified (shipped-change). Denylist-clean.
Add claim: create-or-replace a view in another database
All checks were successful
lint-claims / lint (pull_request) Successful in 5s
34e5d52d20
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hannah-vernon/agent-claims-public!1
No description provided.