[Sqlalchemy-tickets] Issue #4333: Add case insensitive option to startswith (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Alex R. <iss...@bi...> - 2018-09-14 20:23:04
|
New issue 4333: Add case insensitive option to startswith https://bitbucket.org/zzzeek/sqlalchemy/issues/4333/add-case-insensitive-option-to-startswith Alex Rothberg: Right now `startswith` uses `LIKE`. It would be good if there were a flag it took that would use `ILIKE`. |