Hotfix - Postgres collation default case-sensitive?
This commit is contained in:
parent
22649f36a2
commit
9b61e22ba9
@ -205,7 +205,7 @@ pub async fn find_all_filter_with_results() {
|
|||||||
.expect("could not insert bakery");
|
.expect("could not insert bakery");
|
||||||
|
|
||||||
let bakeries = Bakery::find()
|
let bakeries = Bakery::find()
|
||||||
.filter(bakery::Column::Name.contains("bakery"))
|
.filter(bakery::Column::Name.contains("Bakery"))
|
||||||
.all(&ctx.db)
|
.all(&ctx.db)
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user