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

2010-01-08 Thread mdipierro
No that I can think of. On Jan 8, 4:05 pm, Carl wrote: > Thanks M; I'll have a look at your new solution. Any performance > issues that you know of? > > On Friday, January 8, 2010, mdipierro wrote: > >http://groups.google.com/group/google-appengine-python/browse_thread/... > > > On Jan 8, 3:08 p

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 wrote: > http://groups.google.com/group/google-appengine-python/browse_thread/thread/ceebac3397625019/e2682c5ba67ce48e?lnk=gst&q=lower#e2682c5ba67ce48e > > On Jan 8, 3:0

[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=gst&q=lower#e2682c5ba67ce48e On Jan 8, 3:08 pm, Carl wrote: > Ah! > > GAE doesn't support lower()http://osdir.com/ml/web2py/2009-10/msg00625.html > > On Jan 8, 1:06 pm, Carl wrote: >

[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 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 class method: