-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(uuidv7): add support for extracting timestamps
Up until now extracting timestampts were not available for uuidv7 UUIDs generated with pg_idkit. This commit add support for extrating timestampts from UUIDv7 values, and also refactors to align on support from the `uuid` crate's uuidv7 implementation, rather than using `uuidv7`. Signed-off-by: vados <[email protected]>
- Loading branch information
Showing
3 changed files
with
77 additions
and
27 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters