-
## Setup
### Versions
- **Rust:** stable-x86_64-unknown-linux-gnu - rustc 1.81.0 (eeb90cda1 2024-09-04)
- **Diesel:** 2.2.4
- **Diesel_async:** 0.5.0
- **Database:** PostgreSQL 16.3
-…
-
I followed all build steps in the README and they worked succesfully, apart from `cargo test --release` failing during build on the first try. The error message suggested me to run ` rustup component…
-
### Bug Description
sqlx 0.8.0
After using 0.8.0, there's an opposite of this problem: https://github.com/launchbadge/sqlx/issues/2689
### Minimal Reproduction
```Cargo.toml
sqlx = { versio…
-
I would like to start using async postgres with my async RPC method.
I need to pass a `tokio_core::reactor::Handle` to `connect` method:
https://github.com/sfackler/rust-postgres/blob/master/tokio-p…
-
Hi,
I am trying to use pg-embed to run a test. So I did the following:
cargo.toml
```
...
[dev-dependencies]
pg-embed = { version = "0.7", default-features = false, features = ["rt_tokio", "…
-
Hello, I'm currently a beginner with tokio_postgres so I may have missed something, but the documentation on what to _do_ with the `FromSql` trait (as opposed to implementing it, which has a derive ma…
-
After clicking 'Get started' the site attempts to load with a spinning animation, but nothing happens.
When clicking on 'Login' the error 'Unable to login TypeError: Failed to fetch' is received (t…
d3nd0 updated
6 months ago
-
### Describe the bug
Using Elasticsearch 7.x seems to error when writing to Elasticsearch. The error may be related to a change introduced in https://github.com/risingwavelabs/risingwave/issues/122…
-
- [ ] #19213
- [ ] Support sink to uuid array (`uuid[]`) column https://github.com/risingwavelabs/risingwave/issues/14616
@StrikeW: I find that it might be difficult to support this via JDBC i…
-
Greetings!
Any way to create `tokio_postgres::Row` for unit-tests?