1
0
mirror of https://github.com/google/nomulus synced 2026-07-19 22:42:23 +00:00
Files
nomulus/core
Michael Muller 14ad56a392 Fix Datastore "count" queries (#1201)
* 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
2021-06-08 15:23:25 -04:00
..
2021-06-08 15:23:25 -04:00