-
It looks like `#[serde(skip)]` will work to instruct butane to skip the field for db serialisation, however my structs get serialised to HTTP and to the DB, and I would like to serialise these fields …
-
The coordinator is regularly failing to acquire a connection from the diesel pool manager.
```
{"timestamp":"2024-06-14T15:18:30.520400301Z","level":"ERROR","fields":{"message":"Failed to store dl…
-
While working on r-a itself I tend to see this spammed, I haven't figured out which part of the codebase causes this though
-
-
### Describe the bug
currently on `main` branch `cargo run --bin update-schema --features update-schema` from `xmtp_mls` directory creates the following code diff:
https://github.com/xmtp/libxmt…
-
I am loading numeric data from diesel with:
```
table! {
currencies (id) {
[[ SNIP ]]]
conversion_rate -> Nullable,
[[ SNIP ]]]
}
}
```
cast to a struct w…
-
https://github.com/tvallotton/models
this tool will generate migrations for structs as long as they are annotated with a derive model macro and macros to describe the constraints on the sql fields.…
-
## Setup
set `DATABASE_UR` with DB server URL.
Make new migration which contents:
```
CREATE TABLE junk (
id BIGINT(20) UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY,
something VARC…
-
I've had this happen 3 times now today. It's fixed by `cargo clean`, so is not a critical issue, but still is a moderately interesting incremental compilation bug. The change was moving the trait `que…
-
I'm having issues with projects that include `diesel` and use environment variables for instance:
```rust
pub fn establish_connection() -> SqliteConnection {
dotenv().ok();
let databas…