-
#2504 implemented this in the release/perseverance branch, but @kylezs mentioned that the current solution does not handle reorgs past Chainflip's "safety margin" for Eth blocks. Currently in develop …
-
## Motivation
Currently sea-orm requires us to create a struct and derive a macro to be used on custom queries.
By having `FromQueryResult` for tuples we would be able to something like thi…
-
Let's say I have this code generated with `sea-orm-cli`:
```rust
//! SeaORM Entity. Generated by sea-orm-codegen 0.9.3
use sea_orm::entity::prelude::*;
#[derive(Clone, Debug, PartialEq, Eq, …
-
I'm using my own custom `AppError` struct with the below code:
```rust
use std::{error, fmt};
pub struct AppError {
msg: Option,
error: Option(error: E) -> Self {
Self {
…
-
At first, thank you for all your work on sea-orm! It is a fantastic addition to the Rust ecosystem ❤️
Upgrading to version `0.10.0`.
That version, being a release candidate, I think should have…
-
## Description
The "postgres-array" feature is not taken into account when generating `Eq` derives.
This causes the CLI to derive `Eq` for models containing `Vec` which will result in the foll…
-
## Description
use cli to generate entity, report error.
## Steps to Reproduce
```
[help4@dev23 rhuax]$ sea-orm-cli generate entity -u mysql://root:sanysany@10.100.0.211:3306/huaxrobot -o en…
-
## Description
```
bburdette@BB-5520:~/code/zknotes/zknotes$ cargo install sea-orm-cli
Updating crates.io index
Downloaded sea-orm-cli v0.9.2
Downloaded 1 crate (24.0 KB) in 0.78s
…
-
## Motivation
As a newcomer, I found it difficult to make VSCode understand the code written in the `migration` folder.
It is because the migration is not imported in the main crate.
## …
-
I found the the discussion, however it still happens to me.
Since I use `sea-orm-cli` to generate the `entity` crate automatically, I cannot implment the `IntoActiveModel` inside the crate, which w…