Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
afornie opened this issue Aug 17, 2017 · 1 comment
Open

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

afornie opened this issue Aug 17, 2017 · 1 comment
Labels
api: datastore Issues related to the Datastore API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@afornie
Copy link

afornie commented Aug 17, 2017

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'   
@kolea2 kolea2 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Apr 7, 2021
@meredithslota meredithslota added the api: datastore Issues related to the Datastore API. label Nov 24, 2021
@igorrendulic
Copy link

I guess it’s not going to make the cut! They’re ghosting their own functionality—talk about getting friend-zoned by your own code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants