[google-appengine] Datastore field formats

2016-07-27 Thread Christopher Bourez
I've been trying to save some data in the datastore following the google Bookshelf python example, with the gcloud python library, as explained in the tutorial. It was working well to save small strings and times. The problem is for other formats. For example, if I want to save a big JSON :

[google-appengine] Re: Datastore field formats

2016-08-02 Thread Christopher Bourez
great Clement! @Vitaly : how can I use db.TextProperty in the example I gave ? because it was not obvious for me, i've tried a lot On Wednesday, July 27, 2016 at 9:39:37 PM UTC+2, Vitaly Bogomolov wrote: > > Hi, All. > > >> in Datastore, long strings (larger than 1500 bytes) cannot be indexed (