Inconsistent tokenization results between Python and Rust when handling full-width spaces · Issue #4748 · tobymao/sqlglot
I've discovered several inconsistencies in SQL parsing behavior between Python and Rust implementations: Some SQL statements that can be parsed using Python cannot be parsed using Rust SQL containi...