Re: [web2py] Re: DAL: Selecting using the 'WHERE' clause

2011-10-21 Thread Sathvik Ponangi
Dear Howsec, I'm using v1.5.5 I stopped getting that error after I optimized (like replacing cPickle with simplejson) my script & rebooting the server, so I don't really know what caused it. BTW, Thanky for your time... With Regards, Sathvik On Sat, Oct 22, 2011 at 3:31 AM, howesc wrote: > i

[web2py] Re: DAL: Selecting using the 'WHERE' clause

2011-10-21 Thread howesc
i've never seen that. got a code example? which version of the SDK?

[web2py] Re: DAL: Selecting using the 'WHERE' clause

2011-10-20 Thread Sathvik Ponangi
Am I getting this error because of a timeout on the Appengine SDK? INFO 2011-10-21 03:43:14,782 dal.py:3399] 1 INFO 2011-10-21 03:43:14,786 gaehandler.py:72] Request: > 64720.00ms/64719.96ms (real time/cpu time) INFO 2011-10-21 03:43:14,913 recording.py:371] Saved; key: > __ap

[web2py] Re: DAL: Selecting using the 'WHERE' clause

2011-10-19 Thread Sathvik Ponangi
Please ignore my previous post, the error was caused by another section of my code which went bad when I replaced 'text' with 'string' in my db.py file, accidentally altering the names of a few fields. Thank you all for everything...

[web2py] Re: DAL: Selecting using the 'WHERE' clause

2011-10-19 Thread Sathvik Ponangi
@Anthony, I am running it with the Google AppEngine SDK for Python 1.5.5 on Windows7 I've just run into another issue here, with updating the records... When I try to update the table with update_record, I get a Syntax error saying t