Julian Hundeloh
Julian Hundeloh
Ah, that looks like a nice trick as well, thanks! 😊 However, that will not work with `cursorPaginate` as far as I can see because it requires the `direction` to...
Sorry, please ignore the previous code since that does not work with `cursorPaginate` on subsequent calls.
Yep, that's what I originally thought as well but I wasn't sure if we can really support all of the modifiers eventually:  However, I just pushed another change where...
Sure and thanks for considering both of them. I already use this one using my own extension so I thought it might be a good fit for this library as...
Oh, that looks super cool, @tpetry. How would you implement the version check? Calling `SHOW server_version;` and parse it?
I just noticed that the atomic keyword is part of the body (i.e. after `BEGIN`). However, I just pushed a change that "smartly" injects the `atomic` keyword. Let me know...
Sure, I just removed it.
Oh, thanks a lot for the great analysis! So it definitely seems that it's not worth it to implement it and instead rely on the `jsonb` type instead.
Yep, that's exactly what I had in mind 😊 And maybe as a second step one could use `DB::raw()` to even impose other checks.
Wow, that's exactly what I am looking for! Then maybe as a cherry on top: treat numbers as length checks automatically 😉 Would you have the time to add it...