google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Getting column "%5Ei" in datastore saving polymorphic Entities #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

When I save a subclass entity with "@EntitySubClass" annotation in the 
Datastore, I get a column named "%5Ei".
For each entity this field is empty. 

What version of the product are you using? On what operating system?
I'm Using Objectify v4.00rc2 with GAE-1.8.6 / Mac Os 10.9

In fact, I just want to know if it's a normal behavior.

I attach a screenshot with the column in my datastore Viewer.

Thanks a lot.

Original issue reported on code.google.com by Adrien.P...@gmail.com on 20 Nov 2013 at 3:13

Attachments:

GoogleCodeExporter commented 9 years ago
It's not normal behavior, but it's also not something Objectify could have done 
- there's nothing in the codebase that percent-encodes anything. I'm pretty 
dumbfounded - my guess is that there is something in the GAE SDK screwing up.

Is this behavior consistent? And can you reproduce it in the local dev 
environment?

Original comment by lhori...@gmail.com on 14 Apr 2014 at 1:36

GoogleCodeExporter commented 9 years ago
I'm seeing this issue as well - also when using the Subclass annotation.

Original comment by dam...@aeromac.com on 27 Aug 2014 at 11:43

GoogleCodeExporter commented 9 years ago
This was/is almost certainly some sort of GAE issue. I'm going to close this as 
'cantrepro' since I haven't seen it in a while. If it still happens, it's 
probably a bug for the GAE issue tracker :-/

Original comment by lhori...@gmail.com on 27 Nov 2014 at 7:25