correctly document ilike

Issue #3890 resolved
Mike Bayer repo owner created an issue

ilike() seems to have generated "lower(x) = lower(y)" for years by default since ilike is not standard SQL, however this is not documented at all in its docstring, it claims to only generate ILIKE. Similarly, add ilike() with a note that this generates "ILIKE or lower(x) = lower(y)" in the ORM (SQL?) tutorial(s).

Comments (1)

  1. Log in to comment