Azure / Azure/data-api-builder
[Enhancement]: Support date/timestamp with timezone type for PgSql
Open
bug
pgsql
triage
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 370
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 8
Description
In-line with adding support for date/time types specific to MsSql in : https://github.com/Azure/data-api-builder/pull/1636, need to investigate and add support for missing types for PgSql.
Useful links: https://www.postgresql.org/docs/current/datatype-datetime.html
Today, only the `timestamp` (without timezone) PgSql type is supported. Need to add support for `date`, `timestamp` (with time zone)
Contributor guide
Assessment
This issue has not been assessed yet.