You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
rakibansary
added a commit
to rakibansary/node-pg-large-object
that referenced
this issue
Jan 11, 2021
Trying to create a Large Object fails with the error
Error TypeError: Cannot read property 'oid' of undefined.
The function
pgPromiseAdapter()
insideLargeObjectManager.js
incorrectly returns the entireresult
object instead of extracting and returning just the rows.The text was updated successfully, but these errors were encountered: