Commit d06e589
committed
feature #61812 [Uid] Default to
This PR was merged into the 7.4 branch.
Discussion
----------
[Uid] Default to `UuidV7` when using `UuidFactory`
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
UUIDv7 are how time-based UUIDs should have been from day 1 :)
(+ some minor optims to Ulid while at it.)
Commits
-------
2cc4f5fc6fe [Uid] Default to `UuidV7` when using `UuidFactory`UuidV7 when using UuidFactory (nicolas-grekas)1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments