google-code-export / objectify-appengine

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

Possibly count problem #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two object
2. Insert them into the database

What is the expected output? What do you see instead?

3. ofy.query(XXX.class).list() : the size is 2
4. ofy.query(XXX.class).count() : the size is 0 

What version of the product are you using? On what operating system?

2.2.2 and latest SVN

Please provide any additional information below.

Original issue reported on code.google.com by zsolt.sa...@gmail.com on 2 Dec 2010 at 8:56

Attachments:

GoogleCodeExporter commented 9 years ago
I added a test that looks pretty much exactly like your case and it passes.  If 
this is still an issue, please reopen the bug.

Original comment by lhori...@gmail.com on 18 Mar 2011 at 5:43