-
## Setup
### Versions
- **Rust:** 1.82
- **Diesel:** 2.2.4
- **Database:** prosgresql
- **Operating System** macos
### Feature Flags
- **diesel:** pg sql
## Problem Description
conflicting imp…
-
Adding more tables increases the number of generated `TableNotEqual` trait impls by N squared, since the `allow_tables_to_appear_in_same_query` macro generates pairwise trait impls. Past about 10-15 t…
-
https://github.com/diesel-rs/diesel/commits/master/diesel/src/connection/instrumentation.rs
I think using this module rather than wrapping connections could be a lot nicer, it will be a big breakin…
-
Diesel is on path to supports the Postgres multirange type. This is a tracking issue for adding support for the type and it operators.
### Type:
- [X] Multirange type on diesel - https://github.com/d…
-
https://github.com/diesel-rs/diesel/blob/e539fa1f91cc78fb826ede3c11919b7235b7cdd7/diesel_compile_tests/tests/compile-fail/pg_upsert_do_update_requires_valid_update.rs#L55-L57
sgrif updated
3 months ago
-
### Bug Description
After upgrading from v1.107.0 to v1.111.0 we get the following error while creating a sepa bank transfer calling "{{baseUrl}}/payments".
Hyperswitch fails to parse the stripe res…
-
I have a enum type defined in my column of a table.when i use `diesel_ext > src/models.rs` I ran into a issue of `{MyEnumType} is not recognized. Please feel free to expand the HashMap.This could pro…
-
I have separated schema.rs into different crates as workspace because it takes time for macro expansion of diesel.
If I define an enum in the workspace that references that crate and try to derive `D…
-
I'm having trouble expressing "now - '30 days'" in a filter expression. This short code sample illustrates what I want:
```rust
#[macro_use]
extern crate diesel;
use diesel::dsl::*;
use diese…
-
## Setup
### Versions
- **Rust: 1.70**
- **Diesel: 2.1.0**
- **Database: Postgres (cockroach)**
- **Operating System: Mac OS 13**
### Feature Flags
- **diesel: `["chrono", "uuid", "…