Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

feat: filter & payload test for edm types #85

Open
9 of 11 tasks
Soontao opened this issue Sep 25, 2020 · 0 comments
Open
9 of 11 tasks

feat: filter & payload test for edm types #85

Soontao opened this issue Sep 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Soontao
Copy link
Owner

Soontao commented Sep 25, 2020

ref #74 un-finished tasks

issues:

  • native sql query in service.find, will not apply transformers of typeorm, so that response value return native database value (1/0,date)
  • precision lost in creation for decimal
  • decimal response is number/string in different db
  • input type check for payload
  • input type check for query string
  • Edm.Guid not mapping in db layer in query
  • add test cases for different types key
  • add message for the 'Decimal' database type, suggest user use 'string' as programming type, and it will represent as 'String' in json
  • add test for filter of decimal type (gt, lt, eq)
  • expand query raise error when not found
  • @DateFormat decorator ? its not odata standard.
@Soontao Soontao added the enhancement New feature or request label Sep 25, 2020
@Soontao Soontao self-assigned this Sep 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant