[web2py] Re: What's the recommended approach to using lower on fields on GAE?

2010-01-08 Thread Carl
Ah! GAE doesn't support lower() http://osdir.com/ml/web2py/2009-10/msg00625.html On Jan 8, 1:06 pm, Carl carl.ro...@gmail.com wrote: hi, Locally, on sqlite I am using the following calls to determine if a team name already exists in a database fine: in a constructor: self.db = db in a

[web2py] Re: What's the recommended approach to using lower on fields on GAE?

2010-01-08 Thread mdipierro
http://groups.google.com/group/google-appengine-python/browse_thread/thread/ceebac3397625019/e2682c5ba67ce48e?lnk=gstq=lower#e2682c5ba67ce48e On Jan 8, 3:08 pm, Carl carl.ro...@gmail.com wrote: Ah! GAE doesn't support lower()http://osdir.com/ml/web2py/2009-10/msg00625.html On Jan 8, 1:06 pm,

Re: [web2py] Re: What's the recommended approach to using lower on fields on GAE?

2010-01-08 Thread Carl
Thanks M; I'll have a look at your new solution. Any performance issues that you know of? On Friday, January 8, 2010, mdipierro mdipie...@cs.depaul.edu wrote: