While testing this against an existing database I ran into issues because of the 31-bit limit. There were two main culprits I found:
- people publishing with embedded timestamps (
1.0.20190709015154)
- stress testing (
999999999.999999999.9999999991, 12345678901234567890.12345678901234567890.12345678901234567890)
What are your thoughts on providing support for larger version numbers, maybe by having a separate semver64 data type?
While testing this against an existing database I ran into issues because of the 31-bit limit. There were two main culprits I found:
1.0.20190709015154)999999999.999999999.9999999991,12345678901234567890.12345678901234567890.12345678901234567890)What are your thoughts on providing support for larger version numbers, maybe by having a separate
semver64data type?