-
After running `create-rust-app my-todo-app`, and choosing postgres, actix-web, and all plugins I get
```
Compiling create-rust-app v8.1.0
Finished dev [unoptimized + debuginfo] target(s) i…
-
I believe there's a regression in diesel 2.0.1 coming from 2.0.0 related to https://github.com/diesel-rs/diesel/issues/3330. That issue has a couple notes about the placement of WHERE clauses in relat…
-
This adds table aliasing, which is something we've had to do workarounds for.
https://github.com/diesel-rs/diesel/releases/tag/v2.0.0-rc0
-
HashMap's are not supported yet.
In postgres they can be implemented as a `hstore`.
In sqlite, they could be a separate table, e.g. roughly like `Many`, or serialised to a single field using JSON, i…
-
## Setup
Attempt to isolate in a snippet
[dependencies]
diesel = { version = "*", features = ["postgres"] }
dotenvy = "0.15"
chrono = { version = "*", features = ["serde"] }
rust_decimal =…
-
The website runs a function every 5 second which connects with the server and updates authtoken. It also updates the global store `AuthenticationStatus`.
The issue is, whenever it does this, everyth…
-
## Setup
### Versions
- **Rust:** 1.63.0
- **Diesel:** 2.0.0
- **Database:** Postgres14 (hosted docker container)
- **Operating System** Windows10
### Feature Flags
- **diesel:**``d…
-
## Setup
### Versions
- **Rust:** `1.23.0-nightly (8b22e70b2 2017-10-31)`
- **Diesel:** `0.16.0`
- **Database:** `postgres`
- **Operating System:** any
### Feature Flags
- **diesel:**
…
-
diesel-async + AsyncMysqlConnection gives error after executing more than 16382 inserts, while diesel does not
```
Can't create more than max_prepared_stmt_count statements (current value: 16382)
`…
gwy15 updated
2 years ago
-
## Setup
### Versions
- **Rust:** 1.63.0
- **Diesel:** v2.0.0
- **Database:** PostgreSQL
- **Operating System** Linux
### Feature Flags
- **diesel:** ["postgres", "chrono"]
## Proble…