alexander-beedie opened a new pull request, #1797: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1797
* Adds `DataType` support for the following integer types, with tests: `HUGEINT` `UHUGEINT` `UTINYINT` `USMALLINT` `UBIGINT` (ref: https://duckdb.org/docs/stable/sql/data_types/numeric.html#integer-types) * Also: standardised link text/case for database names. Was mixed between (for example) `[Postgres]`, `[postgres]`, `[postgresql]`, etc. That is now standardised to `[PostgreSQL]`, and other DB names were similarly case-standardised (`bigquery → BigQuery`, `clickhouse → ClickHouse`, etc). * Cleaned up a few other minor nits in the DataType docstrings. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org