Azure / Azure/data-api-builder
Add Support for Money and JSON data types from PostgreSQL
Offen
#3,735
1 Kommentar
1 Reaktion
1 zugewiesene Person
Beansprucht von @RubenCerna2079
Auf GitHub ansehen
pgsql
- Vorherrschende Sprache
- C#
- Sterne
- 1.5k
- Forks
- 370
- Ø Merge
- 3 T. 22 Std.
- Gemergte PRs (30 T.)
- 9
Beschreibung
Currently the `Money` and the `Json` data types in PostreSQL are not available in GraphQL. They are failing due to how they are being parsed inside of DAB.
Specifically, for the `Money` data type, GraphQL should be able to use aggregation as it is considered a numeric type. However, the answer will need to be outputted with the `$` symbol being used at the start to show that the value is related to money.
REST response with both data types:
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.