Re: [web2py] pass query from client to sever

2014-12-22 Thread Manuele Pesenti
Il 22/12/14 07:07, Massimo Di Pierro ha scritto: > We do not have a way to serialize queries in a server independent way but we > should. I'm using this recipe with success: http://www.web2pyslices.com/slice/show/1593/class-for-building-db-queries-from-python-dictionaries essentially I serialize

[web2py] pass query from client to sever

2014-12-21 Thread Massimo Di Pierro
We do not have a way to serialize queries in a server independent way but we should. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this m

[web2py] pass query from client to sever

2014-12-19 Thread Manuele Pesenti
Hi *! What's the better way to transfer query information from a client to a (web2py) web service where I need to rebuild the Query object and perform the query on my db? Thanks a lot M. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/we