-
Diesel internally uses the [`diesel_table_macro_syntax`](https://docs.rs/diesel_table_macro_syntax/latest/diesel_table_macro_syntax/) crate to parse the `schema.rs` file. It might be a good idea to ju…
-
as title follows
-
Running:
```
dsync -i 'src/schema.rs' -o 'src/generated_models' -c 'diesel::pg::Pg' --single-model-file
```
Which produces a bunch of files with a bunch of errors.
### 0
For example, this on…
-
### Feature Description
We currently have duplicate `UserStatus` enum types defined in multiple locations:
1. `crates/api_models/src/user_role.rs`
2. `crates/diesel_models/src/enums.rs`
To avo…
-
When building a custom QueryFragment, it seems some method do not behave the same when using the standard `SelectBy` trait or a custom implementation.
This happens in particular when trying to quer…
-
The following are known to block supporting [diesel-rs](https://diesel.rs).
- [ ] #10735 (SQL savepoints)
- [x] #12123 (can't recreate dropped table within same transaction)
- [x] #12120 (uses a …
-
## 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
-…
-
Several traits are missing implementations in the latest version of Diesel, resulting in a broken build state for this crate. This issue may have been addressed in the forked repository at https://git…
-
I think numeric columns should be handled in rust-postgres. Numeric columns are very common data types for high precision requirements.
Looking at `diesel-pg` implementation, it seems to be convertin…
-
### Which lint or lints are the issue
trait_method_added
### Known issues that might be causing this
- [ ] Is the flagged item defined in another crate, or a re-export of such an item? ([#638…