node-pg-large-object
node-pg-large-object copied to clipboard
Large object support for PostgreSQL clients using the node-postgres library.
Fixes #7
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...
Every transaction must terminate with either `COMMIT` or `ROLLBACK.` Failure to do so leaves the transaction open. And since you always rely on the connection pool, you will end up...