Currently, when sorting ids, they are not properly sorted by creating time, because Base62 uses uppercase letters first, while sorting usually uses lowercase letters first.
This could be fixed by making Base62 use reversed order of character, but this would break compatibility with old ids…
Currently, when sorting ids, they are not properly sorted by creating time, because Base62 uses uppercase letters first, while sorting usually uses lowercase letters first.
This could be fixed by making Base62 use reversed order of character, but this would break compatibility with old ids…