hadjiski
hadjiski
Wow, was just about to submit a new issue and found this one. I understand fully the problem of introducing the pagination+sorting with a `Pageable` object and that it will...
> `:order` is not "escaped by quotes and whatsoever". It is replaced by a bind parameter, which cannot be used for column names and therefore is unsuitable for ordering and...
Yes, u r right, just double checked, indeed the jdbc keeps it all `?`, the rest is taken from the client. I look forward to see the aka. `literalReplacementPrefix` in...
@schauder, just a question, because we are in a kind of Patt situation. We would like to proceed with native spring data jdbc as we progressed pretty much with it...
@brian-brazil @fabxc
The MAD function would provide me useful threshold over historical data, then all new data points will be checked against the threshold, so > because outliers (which is kinda what...
Stddev of `1, 1, 2, 10, 12, 12, 15, 18, 22, 23, 400, 500, 999` is `290` Not always one can remove bad data
My time series are all seasonal per day of week, like every Friday the data behaves kind of the same, so in terms of historical data, when I watch at...
> Ease of implementation is not the guiding factor here. We already have around 50 functions, and every one increases cognitive load on our users. Adding a new function that...
@brian-brazil @fabxc we seem to have quite a few people interested in this (according to the likes). Makes sense to proceed, or?