[google-appengine] Waiting already for 6 hours for 300 records to index

2009-11-28 Thread HC
rrors, as some of the other posts here report. The app-id is wavedirectory. Regards, -HC -- 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 t

[google-appengine] Paging - ordered by a signed integer

2009-11-23 Thread HC
the error message, sorry). Now, I am storing votes in a string property as "hex(votes)| timestamp", where hex does some extra work for negative numbers So, 10 is stored as 000A|20091123... such that alphabetic ordering works. This is awkward. How do you page through integers? Tha