Open forivall opened 10 years ago
Using the model types in the tests
Owner.cursor({'reverses.id': {$in: []}}).include('reverses').toModels (err, owners) -> ...
will cause the error error: syntax error at or near ")"
error: syntax error at or near ")"
I think this might be fixed with knex 7.x just fyi.
Using the model types in the tests
will cause the error
error: syntax error at or near ")"