James Ward

Results 65 comments of James Ward
trafficstars

When opening an issue, people will be better able to provide help if you provide code that they can easily understand and use to reproduce the problem. This boils down...

I've subitted a pull request to resolve this, didn't see this issue until now. :D

PRs that add support for transactions in MongoDB would be welcome.

I am unable to replicate with 0.2.28. I thought I'd entered that messages apologies.

If this is still an issue for you, please include a reproducible example that exhibits the problem so we can work through it. As it stands, without a way to...

> > Still nothing? After year?! > > yes, after 3 year still nothing, just tested and find here.. > seems typeorm had a bad support in mongo We're always...

The first issue should be fixed in the next release.

If #7805 is merged it will.. sort of fix this. With that PR, you'd be able to do: ``` const result = await this.gDatabaseService.manager.getRepository(Shipment).find({ where: { parcels: { id: IsNull(),...