-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Allow usage of MagnetLink in sea_orm::Model #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
a13981c to
8a8be49
Compare
|
Actually removing the extra |
daa2e35 to
c2a873b
Compare
|
@tyt2y3 Thanks for It appears to work, i can insert active models with none values. However, query filtering by None column value still fails. Is that expected, or am i just doing it wrong? |
|
the functions can be found here https://docs.rs/sea-orm-migration/latest/src/sea_orm_migration/schema.rs.html#121-123 to query nulls, you need to use the |
a8e1d8e to
20290bb
Compare
Blocked by SeaQL/sea-orm#2811