node-pg-large-object
node-pg-large-object copied to clipboard
Fixes #7
Was this a breaking change in pg-promise? @vitaly-t
As far as I know it all used to work properly before. If this is the case, would it be possible to support both the old and new pg-promise? If not, we should add a peerDependency to avoid surprises when existing users upgrade node-pg-large-object.
Was this a breaking change in pg-promise?
No, there wasn't any such change.
@rakibansary thanks for the issue and PR.
However, could you give some more details on how to reproduce the original problem? When I try to run my test cases, with the latest version of pg and pg-promise, everything works as expected.
Hi @Joris-van-der-Wel thanks for checking this out.
I'll see if I can take a look at reproducing the issue with concrete steps later today or tomorrow afternoon. But if I remember correctly, initially I'd simply followed the steps outlined in the README file.