-
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…
-
## Setup
### Versions
- **Rust:** nightly-2019-12-22
- **Diesel:** version = "1.4.3", features = ["postgres", "r2d2"]
- **Database:** Postgres
- **Operating System:** macOS
### Feature Fla…
-
## Setup
### Versions
- **Rust:** rustc 1.46.0-nightly (67100f61e 2020-06-24)
- **Diesel:** 1.45
- **Database:** postgresql 11
- **Operating System** Ubuntu 20.04
### Feature Flags
- **…
-
I am working on an application for use on an existing database, that uses mostly camelCased names instead of snake_cased. I would obviously like to unify the naming to be all snake_cased for use in ru…
-
I am very sorry, but I cannot seem to reproduce the bug easily.
Using the [Diesel ORM](https://diesel.rs/) and the [diesel-derive-enum](https://github.com/adwhit/diesel-derive-enum) crate, I w…
-
See comments here: https://www.reddit.com/r/rust/comments/6u27xp/my_dockerized_rocket_diesel_and_react_starter/
Multi-stage build + diesel embed_migrations!()
(http://docs.diesel.rs/diesel/macro.e…
-
Note: This is with incremental-comp turned off, and a compiler built yesterday.
Occasionally when working on Diesel's codegen crates, I'll get an error like this:
```
error: dlsym(0x113560e00, …
-
**Problem**
There are some situations where `cargo tree` will mark a package as a duplicate `(*)` when it probably shouldn't (and shows the wrong features with `--no-dedupe`). This arises when a pack…
ehuss updated
5 months ago
-
in v1, all you needed was to import and you had access to paths:
```rust
use tauri::api::path::home_dir;
#[tauri::command]
fn getPath() -> Result {
home_dir()
```
but now in v2, you need…
zoaha updated
1 month ago
-
### Steps to reproduce the bug with the above code
```
git clone https://github.com/diesel-rs/diesel
cd diesel
git checkout v2.0.0
cargo semver-checks check-release --manifest-path diesel/Cargo.t…