vapor-community / mongo-driver

MongoDB driver for Fluent
28 stars 26 forks source link

Doesn't support queries with multiple joins #40

Closed valeriomazzeo closed 7 years ago

valeriomazzeo commented 7 years ago

MongoDriver.swift line 217:

...
if let lookup = query.joins.first?.wrapped {
...
valeriomazzeo commented 7 years ago

fixed in https://github.com/vapor-community/mongo-driver/pull/48