-
## Motivation
I am reviving #90 because I had time to mature our solution and I think it is relevant to the general community.
Almost all our Iden look like:
```rust
use sea_query::Iden;
…
-
## Motivation
I have a foreign key that looks like:
```rust
.col(ColumnDef::new(Session::UserId).big_integer().not_null())
...
ForeignKeyCreateStatement::new()
.from(Session::Table, Sess…
-
Hi,
First, thanks for your amazing crate. Although I really enjoy it, there's some notable difficulities while using it, mostly with the `build.rs` codegen.
My proposal for this problem is crea…
-
**Description**
I'm trying to seed an table users_roles with a primary key (user_id, role_id), but it's trying to insert a row with these fields, although they are in the yaml ofile.
If I create…
-
with 70ae61b59114982a2685f67b35405f7ca0bf5b6f I got this, when using `pkgs.callPackage attic { inherit rustPlatform; };`:
EDIT: using `package.nix`.
```
error: anonymous function at /nix/store/…
-
## Motivation
A lot code in my projects is mapping SQL query result into rust struct and convert it to JSON string. I have a few suggestions on how to fix this situation.
### Embeddable:
Exam…
-
Hey @chiro-hiro, Thanks for adopting SeaORM!
It's our pleasure to see more inspirational projects were built on top of SeaORM :)
Let us know if you have any [feature recommendation](https://github.…
-
`sea-orm-cli` is generating a type wrongly. When the type should be boolean, it generates the entites as the type `i8`
That is expected as apparently mariadb stores boolean as integer values inside t…
-
-
### Describe the bug
When using the extension `quarkus-hibernate-search-orm-coordination-outbox-polling` and stopping the application in dev mode, exception gets thrown, caused by Hibernate Search no…