-
## Description
`sea-query` compilation fails with the following error:
```
Compiling sea-query-binder v0.3.0
error[E0004]: non-exhaustive patterns: `sea_query::Value::Array(_, _)` not cover…
-
Hey, thanks for a great library! We're using the native-mux implementation in [Materialize](https://github.com/MaterializeInc/materialize), and very occasionally seeing the following panic in our CI:
…
-
I have a new instance i setup last Sunday, then pulled yesterday and ran the upgrade instructions per the README.
The output is as follows:
```
nsible-playbook -i inventory/hosts lemmy.yml -kK…
-
Using tokio-postgres 0.7.8 I get an error in row.rs:
```
#[derive(Debug)]
| ----- in this derive macro expansion
...
202 | body: DataRowBody,
| ^^^^^^^^^^^^^^^^^ `DataRo…
-
### Describe the bug
When using Rust sqlx v0.6.2, it seems that you are able to successfully establish a connection to a QuestDB database. However, when attempting to execute queries, you encounter a…
-
Hi 👋
when running the `atuin` server in a container, shutting down the container takes a long time. This is usually caused by the application not handling the SIGINT and SIGTERM signals and thus n…
-
### Describe the bug
I am unable to perform any query using Rust sqlx v0.6.2 when connecting to a QuestDB database. On the client's side, I get the error "PoolTimedOut," but there is no explicit erro…
-
Do you recommend any specific connection pool to be used with tokio postgres ?
-
It would be nice to allow for the parsing of `NetAddress`es from `String`, as it's likely needed by users of `NetAddress`, and currently they'd have to create a newtype to do it.
It's really straig…
-
### Describe the bug
When using Rust sqlx v0.6.2, I am able to connect to a QuestDB database but unable to perform any query. I get the Error: PoolTimedOut on the client's side and no explicit error …