[Lift] Re: Query param for SQL like?

2008-11-23 Thread Joachim A.
David, it works well for me. Thank you very much for your quick response and implementation! Joachim On 21 Nov., 20:06, David Pollak [EMAIL PROTECTED] wrote: I've just committed up a Like operator in Mapper.  Please give it a try and let me know how it works. On Fri, Nov 21, 2008 at 8:02

[Lift] Re: Query param for SQL like?

2008-11-21 Thread David Pollak
I'll try to add the feature this weekend. On Fri, Nov 21, 2008 at 7:19 AM, Joachim A. [EMAIL PROTECTED]wrote: Hi, I'm using 0.10-SNAPSHOT and it's mapper classes. Im wondering how I can do something like select * from Test t where t.name LIKE '%test%. I've found the classes QueryParam,