-lower
This commit is contained in:
parent
ec595827b3
commit
3ebdf7d58c
@ -10,7 +10,7 @@ let _query_get = `
|
||||
)
|
||||
select *
|
||||
from ranked_quotes
|
||||
where nick ilike lower($1) {where}
|
||||
where nick ilike $1 {where}
|
||||
order by {order}
|
||||
{limit}
|
||||
{offset}
|
||||
|
Loading…
Reference in New Issue
Block a user