Closed SamuelBrucksch closed 1 month ago
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.
$expand=xxx($skip=5)
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.