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

Large object support for PostgreSQL clients using the node-postgres library.

Results 4 node-pg-large-object issues
Sort by recently updated
recently updated
newest added

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...