-
### Code
```toml
[package]
name = "issue132400"
version = "0.1.0"
edition = "2021"
[dependencies.diesel]
default-features = false
features = ["postgres"]
version = "=2.2.4"
```
```Rust
#[macro_u…
-
I noticed randomly a defect in the following code:
https://github.com/mobilecoinfoundation/mobilecoin/blob/6825f2296b246cf7051e6c9750d61ac559e75663/fog/sql_recovery_db/src/lib.rs#L161
```
/…
-
While investigating the consequences of https://github.com/diesel-rs/diesel/pull/2663 I had a look at the corresponding rusqlite code to gather some information how the underlying problem of the "stra…
-
### Steps to reproduce the bug with the above code
```
git clone https://github.com/diesel-rs/diesel
cd diesel/diesel
cargo semver-checks --baseline-rev v2.0.4 --only-explicit-features --features …
-
Diesel currently supports the postgres array types. We do not provide built-in support for [various operators and methods](https://www.postgresql.org/docs/current/functions-array.html) available for t…
-
Possibly related: #1435
## Setup
### Versions
- **Rust:** rustc 1.32.0 (9fda7c223 2019-01-16), `edition = "2018"`
- **Diesel:** 1.4.1
- **Database:** postgres 10.5
- **Operating System:**…
-
Is there an option, or the plan to add an option, to skip invalid records in a file?
Let's say I want to pipe the output of `cargo rustc --quiet -- --error-format json` to `rq` to filter and operat…
-
https://github.com/diesel-rs/diesel/actions/runs/6572883796/job/17854873471?pr=3833#step:9:271
> = note: Creating library D:\a\diesel\diesel\target\x86_64-pc-windows-msvc\dist\deps\diesel.lib an…
-
With the push to 1.0, the current pool of reviewers is starting to run low on bandwidth. We're looking for more people to help get involved with code review. You don't need to be familiar with Diesel'…
sgrif updated
3 weeks ago
-
I'm new to rust so this could easily be a user error. Querying works great for normal queries. Using boxed queries does not compile despite a `BoxedSelectQuery` having an implementation for `RunQueryD…