-
Notifications
You must be signed in to change notification settings - Fork 423
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
Crash on records list endpoint when the collection is empty and readonly is true #558
Labels
Comments
I believe this has been fixed with: mozilla-services/cliquet#698 |
I might be wrong. |
Is it possible to silently log the timestamp query error? |
leplatrem
added a commit
to mozilla-services/cliquet
that referenced
this issue
May 18, 2016
Natim
pushed a commit
to mozilla-services/cliquet
that referenced
this issue
May 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the collection has no record and was never reached, a timestamp is stored.
This does not work if
readonly
is true because the user does not have the permission to insert into the timestamp table.We should not try to bump the timestamp when
readonly
is true.See:
The text was updated successfully, but these errors were encountered: