Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix queuing behavior for checks and triggers
This commit fixes a bug in `PlanAndRunPostQueries` that could cause check queries to be run more than once. This would cause problems with unclosed resources after query completion. This commit also fixes a minor bug that could cause triggers queued by triggers to be run before newly-queued checks and cascades, instead of after. The following commit includes a regression test. Fixes #133792 Release note: None
- Loading branch information