Skip to content

Commit

Permalink
i like 'ILIKE'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Feb 28, 2024
1 parent 85ff648 commit 5065530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/models/mod_entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl Mod {
builder.push_bind(!pending_validation);
counter_builder.push_bind(!pending_validation);

let sql = " AND mv.name LIKE ";
let sql = " AND mv.name ILIKE ";
builder.push(sql);
counter_builder.push(sql);

Expand Down

0 comments on commit 5065530

Please sign in to comment.