{
  "id": "gate/deny-updlock",
  "regime": "conformance",
  "profile": "GACS-E1",
  "claim": "table-policy",
  "harness": "query",
  "policy": "policies/sql-gate.json",
  "query": "SELECT id FROM dbo.customers WITH (UPDLOCK)",
  "rationale": "A locking hint is a side effect and is refused.",
  "doesNotTest": "Session isolation settings applied outside the statement.",
  "sourceVector": "test-vectors/sql-gate/vectors.json#deny-updlock",
  "expect": "deny"
}
