Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The artificial limit of 100 years was just set because the old SQL query wouldn't deal with `null` well. Comparing with null always is always false and returns nothing. But Rails is now clever enough to interpret `begins_at..nil` as open end query. This shouldn't have any practical impact as there's unlikely to be an order cycle closing in more than 100 years. And if there was, it would be confusing that it's not treated like other order cycles ending in 80 years.
- Loading branch information