Open groner opened 9 years ago
There seems to be a limit, so while it will eventually finish, returning all occurrences ever probably isn't what the user really wants.
The user can guard against this by checking for get_count() > 0 OR get_until() is not null, but this is a hazard that it would be better to avoid.
get_count() > 0 OR get_until() is not null
sounds great, I'll deal with it on weekends
There seems to be a limit, so while it will eventually finish, returning all occurrences ever probably isn't what the user really wants.
The user can guard against this by checking for
get_count() > 0 OR get_until() is not null
, but this is a hazard that it would be better to avoid.