MaxtorCoder
MaxtorCoder
Don't do spaces in field names anymore, it's ugly and is only still available in old parser versions.
Stop doing `n` for the revision hash... Copy it from the worldserver console after it has started or use the `.server info` command (iirc it was that command)
Fix codestyle and nopch
Can you not just update BepInEx to actually reflect these changes? It's kinda annoying having to build BepInEx and not being able to properly publish the plugin dll.
> > Can you not just update BepInEx to actually reflect these changes? > > I do not have the permissions required for this action. Guess I'll have to wait...
Wouldn't this essentially cause optimization problems? As in queries taking a longer time to load?
> What if instead of this we will generate a simple view structure. Where each accessor is mapped 1:1 to db. It will required additional aliases with join queries. >...