Feature Description
DeprecationWarning: Calling client.query() when the client is already executing a query is deprecated and will be removed in pg@9.0. Use async/await or an external async flow control mechanism instead.
seeing this when using
relationLoadStrategy: 'query'
since pg update
The Solution
Seems these can no longer be handled with promise.all
Considered Alternatives
not using relationLoadStrategy: 'query',
Additional Context
No response
Relevant Database Driver(s)
Are you willing to resolve this issue by submitting a Pull Request?
No