Hello, GOOGLE!
We pay money for non-working service.

Queries
SELECT * FROM ctms_Report WHERE ANCESTOR IS KEY
('agxjdG1zLXJlbGVhc2VyGQsSDGN0bXNfUHJvamVjdCIHaWQyNDYzMAw') AND
contactdate <= DATE('2009-11-14') AND contactdate >= DATE
('2009-11-14') ORDER BY contactdate DESC

returns 3 records
and

SELECT * FROM ctms_Report WHERE ANCESTOR IS KEY
('agxjdG1zLXJlbGVhc2VyGQsSDGN0bXNfUHJvamVjdCIHaWQyNDYzMAw') AND
contactdate <= DATE('2009-11-14') AND contactdate >= DATE
('2009-11-14') ORDER BY contactdate

returns 1 record.

IS IT OK?
I think — no.

On Dec 27 2009, 10:12 pm, Denis Moskalets <denya....@gmail.com> wrote:
> Cool
>
> I've added this index:
>
> - kind: ctms_Report
>   properties:
>   - name: project
>   - name: contactdate
>
> and the 2nd query become broken too!
>
> On Dec 27, 9:44 pm, Denis Moskalets <denya....@gmail.com> wrote:
>
>
>
> > Sorry, wrong subject.
> > DB doesn't return all corresponding records for query!
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to