DanCodedThis
DanCodedThis
# Problem I tried many, many things, a lot of things: - Changing the _Farbic_ loader version - Adding _ViaVersion_, _ViaBackwards_ and _ViaFabric_ (activating on client also) - Removing mods...
@wickedprayer - I just a wrote a Velocity plugin that sends you to the modded server via transfer packets (the modded server is doing the auth also) - It checks...
@VastayanWings - I actually tried crossstich. As stated above. - Will check out the flag, although for me, it's much more ergonomic when you join the proxy, and it automatically...
@VastayanWings That's right. But let's drop the vanilla with modded, lobby, etc. I'm more interested in joining the modded server though a proxy. Although my workaround works, it doesn't really...
Remark: - `""` is used since `DEFAULT` is a keyword - You're allowed to create a table with the keyword as column, without specifying `""` - For querying, the `""`...
For now, it seems the issue is much deeper.
> We can add double quotes for Expr:Column during plan optimization Sorry, I changed the name of the issue. It's just upper-lower case mismatch. To fix it properly would mean...
> Ok, so I see proposal mostly about replacing timestamp based id by id based on atomic counter . That can work in case our history list is only grows...
There is an alternative approach which is easier to implement (I think there is a formula, but it's hard to calc). We don't really need to build the range this...
I think the formula for DESC is always true but one change I made is I start from 1 not from 0. (length + 1) - (offset + limit)..(Length +...