Skip to content

dataType: "decimal" gives a string through the api #101

Closed
@jlvdh

Description

@jlvdh

When using dataType: decimal the api seems to return a string instead of a number.

in model.json:

"property1": {
  "type": "number",
  "postgresql": {
    "dataType": "decimal"
  }
"property2": {
  "type": "number"
}

from the api:

"property1": "30.3",
 "property2": 4

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions