Why change the fleet carrier IDs? Mine was W31-KON before the patch and now it's J5L-GXQ.
And I just posted a promo video for mine carrier
And I just posted a promo video for mine carrier
Oh wow! Duplicate IDs?! That is a beginner mistake in database management. Seriously, Frontier...See today's patch notes. They had to regenerate them due to (somehow) ending up with duplicate IDs.
Lol, why? Its just a code, not a technical id. Primary keys can't have duplicates, in any relational database.Oh wow! Duplicate IDs?! That is a beginner mistake in database management. Seriously, Frontier...
It's probably a hash of whatever UID your CMDR records have and they didn't check for collisionsOh wow! Duplicate IDs?! That is a beginner mistake in database management. Seriously, Frontier...
foreign keys can though... someone forgot their constraints..!Lol, why? Its just a code,l not a technical id. Primary keys can't have duplicates, in any relational database.
It's probably a hash of whatever UID your CMDR records have and they didn't check for collisions
I never said that those were used for primary keys.Lol, why? Its just a code,l not a technical id. Primary keys can't have duplicates, in any relational database.
No you referred to database management failure, which it would if you technically try to identify something by a duplicate key somehow. If there are other failures, I'm all ears.I never said that those were used for primary keys.
Yeah, FK's always are.foreign keys can though... someone forgot their constraints..!
This indeed ☝It's probably a hash of whatever UID your CMDR records have and they didn't check for collisions
unless it was a trimmed hash, which could cause issues like this...It's way too short for a hash.
People even get mad because of this.People get fired because of this.
unless it was a trimmed hash, which could cause issues like this...
What gave it away?People even get mad because of this.
The fact you didn't saw this one:What gave it away?
It isn't a piece of a hex string. And removing part of a hash string would make it totally useless, no one would do that.
I'm slightly mad because I made a cool video with no longer relevant piece of information in it... and they had 2 betas to come up with unique ID generator to assign to each carrier! Just... wow.The fact you didn't saw this one:
Change the Carrier IDs back
Dear Frontier, thanks for the updates. But the last one changed the unchangeable Carrier-IDs. Call me crazy, but is not my Carrier anymore. I buyed it, because I liked the old ID very much for reasons. Names are something, that is written in stone in Elite. Everybody knows, if you care about...forums.frontier.co.uk
noone would forget to put the constraint on a particularly important key either..... oh wait...It isn't a piece of a hex string. And removing part of a hash string would make it totally useless, no one would do that.