-
While migrating from sea-query to sea-orm and rewriting all my queries, more than once I hit a sql problem that would turn into an Error during the execution (e.g. "Query(SqlxError(Database(SqliteErro…
-
## Description
Running the command:
```
sea-orm-cli migrate ...
```
Always runs migrations against the `public` schema in PostgreSQL rather than the schema specified in `.env`
## Steps t…
-
It would be great to see support for the postgres types for `inet`/`cidr`/`macaddr`/`macaddr8`
https://www.postgresql.org/docs/14/datatype-net-types.html
I was poking at this but I have a few qu…
-
## Description
I have a database with a table named `type`. When I run `sea-orm-cli` it generates syntactically invalid code.
- `mod type;` should be `mod r#type;`
- `use crate::type::Entit…
-
Hey @fistons, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
Hey @rgreinho, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
## Description
migration to modify column to add unique_key on Postgres errors out with `Execution Error: error returned from database: syntax error at or near "UNIQUE"`
## Steps to Reproduce
…
-
https://www.sea-ql.org/sea-orm-tutorial/ch01-01-project-setup.html
-
## Motivation
First of all, sea-orm is the orm framework I am looking forward to, and I have used this now. But I think this error handling is not friendly enough. It is impossible to judge the…
-
Tried to deploy with postgres today, most of the tables created fine, but right in the end of "unattended setup" command got into panic.
Probably we can't just slap `auto_increment = true` on u32 t…