Changes in https://github.com/sqlparser-rs/sqlparser-rs/pull/841 broke division support when there are no whitespace characters around(before) `/` for Snowflake. Right now, I don't know how to fix it properly, and I just disabled those chars from the Snowflake dialect in my fork.