[web2py] Re: invalid select attribute: distinct

2012-08-20 Thread Uolter
I got the same error: global name 'ObjectId' is not defined and I just applied what I think is the required fix: Edit the gluon/dal.py file: - go to the line 4882. The select method inside the MongoDBAdapter class. - after the method signature add this try catch block: try:

[web2py] Re: Sequence with app running on GAE

2011-11-01 Thread Uolter
ok thanks a lot. I missed this point. Uolter On Nov 1, 7:04 am, howesc wrote: > how will you know what counter value to add?  with GAE's parallelism and > delayed data replication you have no way to know what counter values have > been used...

[web2py] Sequence with app running on GAE

2011-10-31 Thread Uolter
r strategy? Uolter

[web2py] Re: Combining left outer join how to?

2011-01-12 Thread Uolter
. :-) On Jan 10, 6:10 pm, Uolter wrote: > Hi DenesL, > > thank you very much for your feedback. > > I gave it a go, but I'm still getting doubled records. > > User John appears twice even if in the auth_user table he is alone. > > Uolter > > On Jan 6, 3:30 pm, De

[web2py] Re: Combining left outer join how to?

2011-01-10 Thread Uolter
Hi DenesL, thank you very much for your feedback. I gave it a go, but I'm still getting doubled records. User John appears twice even if in the auth_user table he is alone. Uolter On Jan 6, 3:30 pm, DenesL wrote: > Just make a list of theleftjoins: > > users=db().select(db

[web2py] Combining left outer join how to?

2011-01-06 Thread Uolter
.auth_group.id == db.auth_membership.group_id)) Need some help!!! Thanks in advance Uolter twitter:@uollter linkedin: http://it.linkedin.com/in/wtraspad

[web2py] Execution Environment

2010-11-03 Thread Uolter
does not exist anymore. Cheers Uolter