Show up some error on web2py's console? Em segunda-feira, 20 de março de 2017 13:05:12 UTC-3, John Philip escreveu: > > Hi there, > > I have two tables that I have queried using an inner join the query > outputs about 50,000 + records this is no problem on sqlite however it does > not seem to load on web2py. Is there something I am doing wrong? > > > import json > def get_dpc(): > rows = > db(db.plf.PLF_NAME==db.pcf.PCF_NAME).select(db.plf.PLF_NAME,db.pcf.PCF_DESCR).as_list() > return dict(dpc_list=gluon.contrib.simplejson.dumps(rows)) > > > > any help would be greatly appreciated. > > regards, > > John >
-- 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 message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

