sqlparse
sqlparse copied to clipboard
`Token`'s attributes `value` and `normalized` may become inconsistent
I find that StripWhitespaceFilter
may modify Whitespace token's value
attribute directly, but normalized
attribute is not updated. Token
's method match()
relies on normalized
attribute, and may not work as intended.