-
## Setup
### Versions
- **Rust:** rustc 1.37.0-nightly (929b48ec9 2019-06-21)
- **Diesel:** diesel 1.4.0
- **Database:** Postgresql 11
- **Operating System:** Windows 10 WSL with Debian stret…
-
### Summary
I wish I could help but I don't know how or what to look for
### Version
```text
rustc 1.77.1 (7cf61ebde 2024-03-27)
binary: rustc
commit-hash: 7cf61ebde7b22796c69757901dd346d0fe70bd9…
-
Should we consider the introduction of an ORM with native support for migrations to manage our data model. Some options include:
https://github.com/diesel-rs/diesel
https://github.com/SeaQL/sea-o…
-
https://github.com/diesel-rs/diesel/discussions/2947#discussioncomment-2025857
-
I'm finding it annoying that everytime I update my database schema I lose all of my "models.rs macros" (derive statements and the like) and "impl blocks" and have to manually reformat the document to …
-
In some situations, rustc may provide a diagnostic suggestion in an external crate, which in general it shouldn't do. These external crates may be in cargo's registry cache, which the user should not…
ehuss updated
7 months ago
-
### 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.1.0 --only-explicit-features --features postg…
-
I'm setting up typos as part of the [diesel](https://github.com/diesel-rs/diesel/commit/0377c258db72a31058f93d6c16c5175f5f08e139) CI workflow. While doing that I noticed the following "false" positive…
-
Diesel, the Rust crate being migrated to for interfacing with recording in SQLite .db3, enables the use of custom sql_functions which can also be implemented in rust:
http://docs.diesel.rs/diesel/mac…
-
The following code:
```rust
#[derive(Debug, diesel_derive_enum::DbEnum, diesel::SqlType)]
pub enum A {}
```
will lead to compiler warning:
```
warning: unreachable expression
--> src/li…