Files
superset2/tests/unit_tests
Evan 0228ff4f33 fix(sql): normalize comment clauses with base dialect to keep #36113 fix
The comment-handling branch of sanitize_clause re-rendered through the
engine dialect, which re-applied the Postgres ROUND/CAST rewrite for any
clause containing a comment, reintroducing #36113. Re-render with the
base dialect instead so comments are normalized without engine-specific
semantic rewrites, and add a parametrized regression test for the
comment path.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 19:40:08 -07:00
..