odata-v4-typeorm
odata-v4-typeorm copied to clipboard
Breaking query fields when replacing identifier
Good day to you all!
Querying with serviceOwner asc,service/name asc
, I get the following incorrect SQL query part:
ORDER BY service.wner ASC, service.name ASC
I found its reason in getIdentifier
method in /src/lib/visitor.ts.
Package version: 0.1.2