You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Treat dollar-quote delimiters lexically: a $tag$ sequence inside a legal unquoted identifier such as price$usd$cents must not open a phantom dollar-quoted body, suppress later ALTER detection, or allow the command to report success. Add matched CLI/wizard regression coverage for tagged and untagged delimiters in identifiers and for a genuine dollar-quoted body.
A prompt or SQL comment is not a sufficient data-loss safeguard.
Part of #778 and the EQL v2 removal.
This is the single safety-policy track for #786 and #811, rather than a collection of parser fixes.
Acceptance criteria:
$tag$sequence inside a legal unquoted identifier such asprice$usd$centsmust not open a phantom dollar-quoted body, suppress later ALTER detection, or allow the command to report success. Add matched CLI/wizard regression coverage for tagged and untagged delimiters in identifiers and for a genuine dollar-quoted body.A prompt or SQL comment is not a sufficient data-loss safeguard.