[Lift] Re: about QueryParams

2009-08-30 Thread XiaomingZheng
thanks a lot, David On Aug 27, 9:11 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Aug 27, 2009 at 2:12 AM, XiaomingZheng xiaomingzhen...@gmail.comwrote: there are two kinds of QueryParams in Lift, one uses raw sql clauses and the other not. My question is, when using

[Lift] Re: about QueryParams

2009-08-27 Thread David Pollak
On Thu, Aug 27, 2009 at 2:12 AM, XiaomingZheng xiaomingzhen...@gmail.comwrote: there are two kinds of QueryParams in Lift, one uses raw sql clauses and the other not. My question is, when using the raw sql clauses, the security must be checked by programmer self, and declare safety by

[Lift] Re: Or QueryParams

2009-08-05 Thread Timothy Perrett
You can get items from the query string by doing: S.param(theparam) // Box[T] Cheers, Tim On Aug 5, 4:22 am, Naftoli Gugenheim naftoli...@gmail.com wrote: How can you Or QueryParams (e.g. find text in any field)? Thanks. --~--~-~--~~~---~--~~ You received this

[Lift] Re: Or QueryParams

2009-08-05 Thread Naftoli Gugenheim
- Timothy Perretttimo...@getintheloop.eu wrote: You can get items from the query string by doing: S.param(theparam) // Box[T] Cheers, Tim On Aug 5, 4:22 am, Naftoli Gugenheim naftoli...@gmail.com wrote: How can you Or QueryParams (e.g. find text in any

[Lift] Re: Or QueryParams

2009-08-05 Thread David Pollak
There's no OR in the Mapper stuff. You'll have to roll your own BySql expression. On Tue, Aug 4, 2009 at 8:22 PM, Naftoli Gugenheim naftoli...@gmail.comwrote: How can you Or QueryParams (e.g. find text in any field)? Thanks. -- Lift, the simply functional web framework