psukys commented on issue #1861:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1861#issuecomment-2934554910
Is TimestampNtz shared between Databricks and Snowflake?
Checking on slightly older version (sqloxide==0.1.54), the parsed result is:
```json
[
{
nu commented on issue #1861:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1861#issuecomment-2927948906
I'm trying to take a look into that, and I'm trying to evaluate if a new
type shall be declared inside `src/ast/data_type.rs` or an existing one shall
be reused.