-
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…
-
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…
-
as title follows
-
## Setup
### Versions
- **Diesel:** ce6fa0bd93877391665254d9bdb23a9c895902ef
- **Database:** Postgres
### Feature Flags
- **diesel:** postgres
## Problem Description
`array.eq_any(array_of_array)…
-
### Describe the bug
currently on `main` branch `cargo run --bin update-schema --features update-schema` from `xmtp_mls` directory creates the following code diff:
https://github.com/xmtp/libxmt…
-
### Description
Investigate a new CSV handler that when enabled would store data into a CSV file(s) that can then be uploaded with Charybdis.
### Acceptance Criteria
- New runtime enabled csv handl…
-
hi.
~/blog-by-ramsayleung (master)$ cargo build --release
.....
Compiling notify v6.1.1
Compiling tera v1.20.0
Compiling colored v1.9.4
Compiling r2d2 v0.8.10
Compiling ipn…
-
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…
-
### 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…
-
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 …