Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Throw error if rows in limit is missing for expand, same as in l…
…imit() (#858) OData requests like `$expand=xxx($skip=5)` currently fail, because rows is missing which causes a TypeError on HANA. We already have a missing rows check for limit(), so i added the same here.
- Loading branch information