Re: [web2py] Re: retrieving json field from db (GAE)

2019-03-04 Thread Carl Hunter Roach
hi Leonel. I'm not added a Web2py/Pydal github-collabator but I have made your suggested changes to a copy of PyDal and those changes did address my problem. I added an issue as requested: https://github.com/web2py/web2py/issues/2121 but now I've tried out the fix I see that I should have

[web2py] Re: retrieving json field from db (GAE)

2019-03-03 Thread Massimo Di Pierro
if we broke this, it was not intentional. Please open a ticket about this so we can track it. It will be fixed asap On Friday, 1 March 2019 04:17:44 UTC-8, Carl Hunter Roach wrote: > > In a db table I have: > > Field('address', 'json', custom_qualifier={'indexed':False} > > I retrieve an entry

[web2py] Re: retrieving json field from db (GAE)

2019-03-01 Thread Leonel Câmara
This is probably pyDAL bug, you should still get a dictionary. I say probably because I don't really use google app engine, and there's a chance that json was not supported at the time and so web2py used a text field and then made the conversion, and, nowadays it may be supported in which case