-
This is going to be a little tricky with the `ConnectionPool`'s round-robin action for queries (a connection is popped out, a SQL statement is executed on it, and it is shoveled back into the pool). W…
-
APM solutions, such as DataDog and New Relic can benefit from execution traces, such as OpenTelemetry, in order to provide useful runtime information about how queries are performing.
See how Prism…
-
Taken from [Spectrum](https://spectrum.chat/edgedb/general/feature-request-reduce-operator-in-edgeql~78e141dd-c63c-467b-984a-29f8a9a1d64c).
This is how i first imagined the syntax:
```
FOR accum…
-
Currently BTCPayServer does not work with testnet: https://github.com/rootzoll/raspiblitz/issues/1198
Will need to identify the relevant config options and apply automatically.
-
## Feature Request
The `DatabaseErrorKind` enum is intended to container error kind variants describing errors which are commonly recoverable at the application level.
I'd like to have a variant…
-
There are four transaction isolation levels in SQL language and most of database support them. But I can't find how to set isolation level for transactions in sqlx.
Is it a missing feature?
tuxzz updated
2 months ago
-
I was looking at the code while developing a PR, and I think the Lobby endpoints have several vulnerabilities:
## Leaking credentials
The credentials are initialized by playerID when the room is…
-
The gem fails after upgrading an app to Rails 7.2, because `ActiveRecord::ConnectionAdapters::ConnectionPool#lock_thread=` does not exist anymore. There is a deprecation warning as well:
```
$ DIS…
-
### Self-Hosted Version
24.10.0
### CPU Architecture
x86_64
### Docker Version
Docker version 27.1.1, build 6312585
### Docker Compose Version
Docker Compose version v2.29.1
### Steps to Repro…
-
Hi:
After we met last week I spent some time thinking about different web dev related topics. Here's a list of things I came up with (I can make a separate issue for CS stuff next)... let me know w…