Skip to content

Conversation

Nyamops
Copy link

@Nyamops Nyamops commented May 21, 2024

  • Added "uuid" type to tracking_column_type settings
  • Updated relevant documentation
  • Added tests for "uuid" type
  • Ensured compatibility with existing types

Copy link

cla-checker-service bot commented May 21, 2024

💚 CLA has been signed

* Added "uuid" type to tracking_column_type settings
* Updated relevant documentation
* Added tests for "uuid" type
* Ensured compatibility with existing types
* Added a list `tracking_column_types` to include the supported types ('numeric', 'uuid')
@m-khvoinitsky
Copy link

Why? Considering that UUIDs aren’t ordered.

@Nyamops
Copy link
Author

Nyamops commented May 13, 2025

Why? Considering that UUIDs aren’t ordered.

UUID v1-v4 are indeed unordered. UUID v7 was introduced in the 2022 ietf draft and now formally standardized in rfc 9562:

UUIDv7 features a time-ordered value field derived from the widely
implemented and well-known Unix Epoch timestamp source, the number of
milliseconds since midnight 1 Jan 1970 UTC, leap seconds excluded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants