Files
danbooru/test
evazion 09972477cd users: fix find_by_name for names with special characters.
`User.find_by_name` used `where_ilike` to do a case-insensitve name
search, but it didn't escape `*` or `\` characters first, so it didn't
handle names containing these characters properly.
2019-09-23 00:03:11 -05:00
..
2019-09-07 22:21:55 -05:00
2018-10-17 15:37:47 -07:00
2019-09-09 11:51:01 -05:00