``` select * from t where user = 'test'; ``` here user is treated as keyword. https://github.com/apache/datafusion-sqlparser-rs/blob/474150006fc8dd299bfa212321206263de0f4290/src/parser/mod.rs#L1113
here user is treated as keyword.
datafusion-sqlparser-rs/src/parser/mod.rs
Line 1113 in 4741500