[web2py] Re: type 'exceptions.SyntaxError' 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 how...@umich.edu 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
? Uolter

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

2011-01-12 Thread Uolter
. :-) On Jan 10, 6:10 pm, Uolter wtras...@googlemail.com 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, DenesL denes1...@yahoo.ca wrote

[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 denes1...@yahoo.ca wrote: Just make a list of theleftjoins: users=db().select

[web2py] Combining left outer join how to?

2011-01-06 Thread Uolter
== 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
anymore. Cheers Uolter