diesel icon indicating copy to clipboard operation
diesel copied to clipboard

A safe, extensible ORM and Query Builder for Rust

Results 204 diesel issues
Sort by recently updated
recently updated
newest added

## Setup I'm writing a webapp that uses actix, r2d2, diesel and sqlite. r2d2 is used to keep a generic pool of diesel handles that are then handed out to...

help wanted
discussion desired
documentation

## Setup ### Versions - **diesel: 1.4.8** - **diesel_migrations: 1.4.0** - **migrations_macros: 1.4.2** ## Problem Description I use the `embed_migrations!` to generate a binary to run Diesel migrations. Cargo will...

bug

## Proposal Add a new `directives` option to `diesel.toml` to allow for compiler directives to be injected into `schema.rs` during `infer_schema`: ```toml directives = [ "#![allow(unused_imports)]" ] ``` ## Background...

enhancement
cli

Original issue: https://github.com/diesel-rs/diesel/issues/3032 Relevant PRs: https://github.com/diesel-rs/diesel/pull/3035 https://github.com/diesel-rs/diesel/pull/3036 https://github.com/diesel-rs/diesel/pull/3037 https://github.com/diesel-rs/diesel/pull/3092

help wanted
good first issue
documentation
postgres
mentoring available

Original fix in master: [PR](https://github.com/diesel-rs/diesel/pull/2941)

As I'm adding SQLite support, I'm finding it annoying to track down cases like ```called `Result::unwrap()` on an `Err` value: DatabaseError("SQL logic error or missing database")```. This should definitely be...

enhancement
discussion desired
accepted

I know this is changed in the master branch, but it would be nice to have on 1.4.x as well, considering that 2.0.0 isn't out yet.

Do we need one? @derekprior you might have opinions on this. I was just thinking about this, and it might be cool (if we go the DSL migration route) to...

enhancement
hole in api

I've had a hard time working with the `patch_file` option with the Diesel CLI as described in the [Configuring Diesel guide](https://diesel.rs/guides/configuring-diesel-cli/#the-patchfile-field) on the website. Is there more practical advice for...

enhancement
cli
documentation