OData / OData/odataorg.github.io
[v3][Northwind] Fetching data fails when order by 'Description' for the 'Categories' table
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 73
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
Fetching data from the following query throws a EntityCommandExecutionException exception. Refer attached log for error details.
URL: https://services.odata.org/V3/Northwind/Northwind.svc/Categories?$top=20&$orderby=Description
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the OData V3 Northwind request at the URL in the issue and read the attached error.log for the failing operation. Trace how the Categories table handles ordering by Description; done means the query returns the requested category data without an EntityCommandExecutionException.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100