node-pg-large-object icon indicating copy to clipboard operation
node-pg-large-object copied to clipboard

Creating a LO using stream fails

Open rakibansary opened this issue 4 years ago • 0 comments

Trying to create a Large Object fails with the error Error TypeError: Cannot read property 'oid' of undefined.

The function pgPromiseAdapter() inside LargeObjectManager.js incorrectly returns the entire result object instead of extracting and returning just the rows.

rakibansary avatar Jan 11 '21 01:01 rakibansary