<div dir="ltr">Hi Matthew,<br><br>try this:<br><br><span style="font-family:arial,sans-serif;font-size:13px">    Entity.select(lambda e: "pony" in e.title.lower())<br></span><br>Should work for all supported databases<br>

<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 10, 2014 at 6:56 PM, Matthew Bell <span dir="ltr"><<a href="mailto:matthewrobertbell@gmail.com" target="_blank">matthewrobertbell@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br><br></div>I havea query like:<br><br></div>Entity.select(lambda e: "pony" in e.title)<br>

<br></div>I need this to be case insenstivive, I'm using Postgres if that matters. Is this currently possible with pony? If not, is it possible to hack a query before it executes (to use ILIKE) ?<br>
<br>Thanks<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><div><div><br>-- <br>Regards,<br><br>Matthew Bell<br>
</div></div></div></div></font></span></div>
<br>_______________________________________________<br>
ponyorm-list mailing list<br>
<a href="mailto:ponyorm-list@ponyorm.org">ponyorm-list@ponyorm.org</a><br>
<a href="/ponyorm-list" target="_blank">/ponyorm-list</a><br>
<br></blockquote></div><br></div></div>