Uh oh!
There was an error while loading. Please reload this page.
LIMIT is no column but a SQL keyword, allow limit on initial sync - #10842
Conversation
nickvergessen
left a comment
There was a problem hiding this comment.
Should really move to the query builder at some time
georgehrke
commented
Aug 25, 2018
I will take out the additional limit code and put it into a dedicated pull-request because it needs more testing ... |
rfc2822
commented
Aug 25, 2018
The first part (removing the `s) is working here fine :) I'd not use the other part (allow limit on initial sync) this way because it returns the wrong sync-token ( Support for client-requested limiting (truncating) is not required by the RFC, so maybe just throwing 507 on initial syncs with |
blizzz
commented
Sep 19, 2018
set the milestone to 15 as this PR is against master. |
rullzer
commented
Oct 4, 2018
Moved it to the query builder (just so we keep cleaning up bit by bit). If all is green we just need to rebase. |
Uh oh!
There was an error while loading. Please reload this page.
rullzer
commented
Oct 4, 2018
CI is not happy. Seems that @georgehrke added the order by which is not present. |
blizzz
commented
Nov 7, 2018
@georgehrke ^ ? |
MorrisJobke
commented
Nov 15, 2018
Moved to 15.0.1 |
MorrisJobke
commented
Jul 15, 2019
@georgehrke What is the status? We are close to the beta 1. 17 or 18? |
georgehrke
commented
Jul 15, 2019
Let me put it onto my ToDo list for tomorrow. |
MorrisJobke
commented
Jul 17, 2019
Tomorrow was yesterday, right? 😉 |
ae1bfb9 to
5966286CompareSigned-off-by: Georg Ehrke <developer@georgehrke.com>
5966286 to
9f6dd51Comparegeorgehrke
commented
Jul 18, 2019
Test fresh sync with limit: => Throws an exception Test fresh sync without limit: => Returns a list of all events Test with sync-token and limit: => Behaviour didn't change compared to master Test with sync-token and without limit: => Behaviour didn't change compared to master |
georgehrke
commented
Jul 18, 2019
I changed this PR as per @rfc2822's suggestion. |
fixes#9339
please test @rfc2822