sql: COMMENT ON broken inside SQL batches #35581
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-3-erroneous-edge-case
Database produces or stores erroneous data without visible error/warning, in rare edge cases.
For context, the
COMMENT ON ...
is an alias for anUPSERT INTO system.comments
wrapped inside an internal executor (there is no magic).Compare the following:
The text was updated successfully, but these errors were encountered: