[web2py:19917] Re: GAE bug ?

2009-04-16 Thread rbuc
I will upgrade, thank you for the tip! Ramon On Apr 14, 3:33 pm, mdipierro wrote: > Please use 1.61 (it is faster on GAE). > > That query still does not work. > > On Apr 14, 5:12 am,rbuc wrote: > > > Hi! > > > I tested with 1.60 and that query still doesn

[web2py:19733] Re: pyForum B3 released

2009-04-14 Thread rbuc
cool, keep up the good work! On Apr 14, 9:54 am, Italo Maia wrote: > Nice =D I made a forum myself some time ago, with django, and yours > looks great! > > On 14 abr, 01:28, Speedbird wrote: > > > Released a couple of minutes ago, the update contains Pseudo-html code > > support added, and a li

[web2py:19732] Re: GAE bug ?

2009-04-14 Thread rbuc
Hi! I tested with 1.60 and that query still doesn't work. Can this be resolved? Btw, is it possible to use the Entity key instead of an incrementing id? May be that would work? Thank you Ramon On Mar 9, 3:07 am, rbuc wrote: > Hi! > > any progress on this? the query doesn&

[web2py:18040] Re: SQLRows as dict?

2009-03-14 Thread rbuc
thanks anyways for your input and effort! ramon On Mar 11, 2:44 pm, carlo wrote: > I think there is no easy solution except serializing select responses > the way you did. Simplejson has problems even to serialize date > objects. > > carlo > > On 11 Mar, 13:55, rbuc wr

[web2py:17865] Re: SQLRows as dict?

2009-03-11 Thread rbuc
sorry, the example should read: raise HTTP(200,simplejson.dumps({ 'date': '7-9-08', 'records': simplejson.loads(records.json()) })) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To po

[web2py:17864] SQLRows as dict?

2009-03-11 Thread rbuc
hello! i have a problem with SQLRows. i want to return some records as json but simplejson doesn't accept the SQLRows object. what i'm doing now is to convert the object to json, then load it with simplejson which makes it a dictionary and later the whole thing is encoded again as json. example:

[web2py:17702] Re: GAE bug ?

2009-03-08 Thread rbuc
Hi! any progress on this? the query doesn't seem to work with 1.57 yet... thank you! On Feb 13, 12:20 pm, "Sebastian E. Ovide" wrote: > that is a good news, so we do not have to patch the CAS app ! > > Sebastian E. Ovide > > On Fri, Feb 13, 2009 at 3:41 AM, Robin