google app engine - PHP-GDS store string that is longer than 1500 bytes -


the php-gds library awesome - can't stress enough.

however there datastore limitation ->addstring must contain string less 1500 bytes. there alternative store strings greater 1500 bytes? e.g. datastore documentation refers textproperty type.

would possible add ->addtext() method?

thanks!

if @ datastore docs here:

https://cloud.google.com/datastore/docs/concepts/entities#datastore_properties_and_value_types

if differentiates between 1500 or 1mb strings based on whether indexed or not.

if want store more 1500 bytes should able - make sure field defined in schema not indexed.

if run problems, can raise issue here:

https://github.com/tomwalder/php-gds/issues

p.s. link posted python-specific docs, can misleading there subtle differences.

tom (php-gds author - kind words!:)


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -