-
I'm starting using pg_filedump and it's possible what I report is out of my ignorance rather than a bug, sorry in that case.
I have a simple db, single table, that is a stripped version of real dat…
-
The docs somewhat talk about it in pieces, but it wasn't 100% clear what a minimal code example with full error handling looks like, so I was hoping to get some clarity around that. I believe the fol…
-
### Questions
I have encountered some strange transaction behaviour. If I execute a query after the transaction starts, create a checkpoint, then this query terminates with an exception (in my case…
-
Because canceling a request after a certain time is impossible (technically difficult to implement), so I'm trying to arrange a request race with a timer and if the timer is triggered earlier, we retu…
-
### Describe the bug
When trying to save an 'Item' object (see below), which is part of a STI with class 'Sku', I get the following **postgres** error:
```sql
insert into "sku" ("category_id", "cre…
-
Using the "pg" package 8.5.1
To replicate the issue, save some large data as a blob into the database. In my case 340 MB was enough to trigger the bug. Then try to read back the data.
It will th…
-
Just a code readability tip:
You can refactor something like:
`db.editArticle(req.params.title, req.body.body, req.body.author);`
into:
`let title = req.params.title;
let body = req.body.body…
-
I got stuck on this weird issue where I was trying to make pg-promise@10.15.4 queries while iterating over an AsyncIterable from pg-iterator@0.2.7. The pg-promise query will just hang:
```js
c…
-
I'm trying out this provider, but it's hanging on the PostGIS connection. This appears to be due to the very old pg-promise version. Testing independently on v7 it hangs and if it upgrade to v10+ it w…
-
When a project is set to be an [ES module](https://nodejs.org/docs/latest-v16.x/api/esm.html) (by setting `type` to `module` in package.json), adding a migration file that ends in `.js` extension in t…