-
As of version 1.0 of node-postgres, the pg.connect callback now returns a 'done' callback which one needs to use to return the client object to the connection pool.
```
var pg = require('pg');
funct…
-
Hello. I discovered race condition with `sql.end()`.
It seems that if there are more queries queued than max pool size, something hangs.
I'm running on **deno 1.43.1** with **postgres.js v3.4.4*…
-
I can't seem to go any further, tried everything.
I try to let Microsoft 365 work on paperless, I've got paperless on a docker on my Synology with docker compose.
Put email-auth2-proxy-docker with…
-
Prereq: deploy hyku up knapsack to prod.
Run Rob's GBH script to migrate the data from fedora to postgres.
## NOTES
- We were waiting for client verification approval from mobius before deploying…
-
Some hosted PostgreSQL - servers (i.e. Azure PaaS) do not give out superuser rights to their clients. Also, Azure Database for Postgres does not have a user named "postgres" This complicates things wh…
-
Hi,
Everything was working great with `v0.4.3` and `signald`, but then after the upgrade things no longer work, and I can't get any response from `@signalbot` to re-login.
On startup, my logs:
…
-
### Description of Issue/Question
When postgres_database.present tries to create a database and assign it to a user, it always fails with a python exception and a stack trace.
```
----------
…
-
### Bug description
The following query, when used with `typedSql` produces invalid type output
```sql
select COALESCE(sum(order_price), 0) as total from stock_entries where company_id = $1
``…
-
When I try to save json in the database I seem to get the error below, I am using postgres
```
export class ReflectionEntity extends Model {
static table = "reflections";
static fields: Re…
-
Hi, I am testing finagle-postgres with CockroachDb, and noticed all negative decimal values inserted into database are strange. After some test I narrowed it down to the binaryParameter.
Here's ho…