-
SummaryWhen using the expression Expected ResultThe resulting query should filter by System informationDatabase: Sqlite3 |
Beta Was this translation helpful? Give feedback.
Answered by
tyt2y3
Oct 23, 2021
Replies: 1 comment 1 reply
-
Not sure why it was missing from ColumnTrait though, we will add it. Meanwhile you can construct the expression yourself as in use sea_query::Expr;
.filter(Expr::col(fruit::Column::CakeId).is_null()) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tyt2y3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure why it was missing from ColumnTrait though, we will add it.
Meanwhile you can construct the expression yourself as in