Transaction GetOrdersByCustomer
Authentication mode: Checked (known user, must have the privilege)
Database access mode: reading
returns all orders that were purchased by a specific customer
Inputs:
- customerid: int32
customer to select
- oldest: int64
unix timestamp for the oldest order to be returned (compared with ordertime)
Outputs: