mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
14ad56a392
* Fix Datastore "count" queries The objectify "count()" method doesn't work for result sets larger than 1000 elements, use the original trick from "count domains" that fetches the keys and counts them. * Added an SO link