-
### Is your proposal related to a problem?
I would like to use Session variables in Native Queries.
This would allow us to create advanced filters on the SQL level.
### Describe the solution yo…
-
# Environment
Knex version: 0.95.10
Database + version: postgres, client pg@8.7.1, server PostgreSQL version 10
OS: node:12.22.3-alpine3.12
# Bug
There's a transactions started on the clien…
-
Currently we store TableMetadata as one blob in Postgres.
We should investigate two options:
- [ ] Don't store TableMetadata in Postgres at all, but on a Object Store instead
- [ ] Split TableMet…
-
Pgbouncer returns this error frequently on many of my database connections. I can't figure out what exactly is causing this error.
`2024-06-12 13:02:23.005 +03 [2865569] LOG C-0x56059d2f0410: db_na…
-
If we want FTS via external document stores, then we need to pipe changes from the "truth store" to the search index.
While there _are_ native ways to stream changes (such as zombodb for Postgres),…
-
SELECT pg_terminate_backend(pg_stat_activity.pid)
FROM pg_stat_activity
WHERE pg_stat_activity.datname = 'phoenix_blog'
AND pid pg_backend_pid();
Elixir or Ecto specifically restarts the connectio…
-
Have you seen [pg-promise](https://github.com/vitaly-t/pg-promise)? It can do all that already, and much more ;)
-
Hi all!
I just started using surrealdb and surrealdb.js with deno for a backend service. I have one instance of Surreal that is being passed around.
Yesterday I used transactions for the first tim…
-
### Description
Now for third time, so it is a bug. Multiple version (happened first time 4 weeks ago).
Case:
Postgresql function runs for 1h45m. I come back, see a result in the Data Editor, Com…
-
Logs:
```
[+] Building 2.2s (18/19)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B …