Azure / Azure/data-api-builder

Add Support for Money and JSON data types from PostgreSQL

Aperta
#3,735 1 commento 1 reazione 1 assegnatario Rivendicata da @RubenCerna2079 Vedi su GitHub
pgsql
Lingua principale
C#
Stelle
1.5k
Fork
370
Merge medio
3g 17h
PR unite (30g)
8

Descrizione

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:
Image

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.