-
## Setup
### Versions
- **Rust:** rustc 1.32.0
- **Diesel:** diesel 1.4.0
- **Database:** postgresql 11.1 (but irrelevant for this issue)
- **Operating System:** Linux Ubuntu 18.04 LTS (bioni…
-
Noticed by @fasterthanlime: https://twitter.com/fasterthanlime/status/1328374357689765890
An example doc page: https://docs.rs/druid/0.1.1/druid/index.html
All docs built with these rustc versio…
-
## Setup
### Versions
- **Rust:** 1.22.1
- **Diesel:** 1.0.0-rc1
- **Database:** Postgres
- **Operating System** Mac OS
## Problem Description
I'm running into a problem whereby I'm not…
-
Your [release notes](https://github.com/diesel-rs/diesel/releases/tag/v2.0.0) point to the "[changelog for a complete list of changes](https://diesel.rs/docs/changelog.html)" however this link is brok…
-
## Setup
### Versions
- **Rust: 1.64.0 (a55dd71d5 2022-09-19)**
- **Diesel: 2.0.0**
- **Database: postgresql14**
- **Operating System: Windows**
### Feature Flags
- **diesel: "postg…
-
Hi I am using derive enum as follow:
```toml
diesel = { version = "1.4.8", features = ["postgres", "r2d2", "chrono", "serde_json"] }
diesel-derive-enum = "1.1.2"
```
my definition of `Transacti…
-
With declarative macros I can use `$crate` to specify fully-qualified paths in a way that works both in the parent crate and when exported to other crates. Is there an equivalent for procedural macros…
-
- **Rust:** nightly-2021-03-09
- **Diesel:** 1.4.5
- **Database:** PostgreSQL 12
- **Operating System** linux
- **diesel:** postgres
I just added a migration on my project and made a diesel mig…
-
I couldn't replicate this issue consistently but this is the instance which I ran into such an issue.
Order of events:
1. Created instance with two disks - disk0: Ubuntu focal, disk1: blank disk
…
-
### Code
https://github.com/diesel-rs/diesel/commit/41404e6344cfce91234cbfdc6513a8634abee59a using the following command:
```
RUSTDOCFLAGS='-Z unstable-options --output-format=json' cargo +ni…