Project-Poseidon icon indicating copy to clipboard operation
Project-Poseidon copied to clipboard

Prototype UUID SQLite DAO

Open RhysB opened this issue 1 year ago • 5 comments

RhysB avatar Dec 30 '23 06:12 RhysB

@moderatorman @Moresteck Opinions on this feature or change?

Obviously, it is still in prototype, just wondering if anyone had any major objections.

RhysB avatar Dec 30 '23 06:12 RhysB

What actual benefits does this provide?

notdevcody avatar Dec 30 '23 10:12 notdevcody

I don't even know what you're talking about. What did you do?

moderatorman avatar Dec 30 '23 20:12 moderatorman

Testing it on Betacraft server, runs fine so far. Converted 3248 cache entries in 15 seconds.

I think using SQLite for the UUID cache is cleaner (and possibly faster?) than using a json.

I'll update you if the current implementation misbehaves.

Moresteck avatar Mar 26 '24 11:03 Moresteck

I've noticed that username_lower is never actually set in the DB. Thus, the methods that rely on it always return null values.

Moresteck avatar Apr 29 '24 18:04 Moresteck