Skip to content

There is no way to makeValue for Text type, instead of String #179

@afornie

Description

@afornie

There is no way to makeValue for Text type, instead of String. That's a problem when for any reason it is mandatory to have it a Text.

I guess there are other examples, but my case is another appengine code uses a framework that will fail when trying to fill a Java class field that is supposed to be a Text, with a String.

Cannot cast object 'Hello' with class 'java.lang.String' to class 'com.google.appengine.api.datastore.Text'   

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: datastoreIssues related to the Datastore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions