Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix point recalculations not working #859

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

pupi1985
Copy link
Contributor

This should fix #841

The issue is removing ~ in this commit be4f6d2 didn't allow the ~ to get replaced by a BETWEEN ? AND ?. One approach would be to just always use the BETWEEN keyword and always send the 2 parameters. This seems to be a bit dirty so I'm suggesting customizing the SQL to generate based on the amount of users to process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recalculation of points fails when there is just one user.
1 participant