Closed grosch closed 6 years ago
Now that FluentSQL went away this no longer compiles:
try ViewOrderPoint.query(on: req) .filter(ViewOrderPoint.self, \ViewOrderPoint.orderID == order.id!) .all()
It says the == is ambiguous.
==
In case somebody else sees this, you now need to remove the first parameter and then it compiles.
Now that FluentSQL went away this no longer compiles:
It says the
==
is ambiguous.