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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]