doltgresql icon indicating copy to clipboard operation
doltgresql copied to clipboard

COMMENT ON is currently ignored

Open Hydrocharged opened this issue 3 months ago • 0 comments

Right now, we don't support comments via COMMENT ON. Instead of failing, however, we ignore it and send a warning. We should add an actual implementation.

https://www.postgresql.org/docs/15/sql-comment.html

Hydrocharged avatar Oct 03 '25 11:10 Hydrocharged