fix(expressions): allow NOT expressions in SQL transformations Add *sqlparser.NotExpr to the allowlist in allowedNode() function, enabling queries like `WHERE NOT column` and `WHERE NOT (value > 5)`. Fixes #116616