-
UUID v7's would be great for 'database locality', assuming tuples created around the same time are often also consumed at the same time. This means the database will need to load less pages to retriev…
Bouke updated
4 months ago
-
## Issue
When trying to update the flake with `nix flake update`, I get the error bellow. I checked for the repository of uuidv7 and could not find it.
```
warning: could not update cached head '…
-
It seems `Uuid.NewTimeBased` respects the structure of a UUIDv1 from RFC 4122 for the first 8 bytes (timestamp + version 1). The other 8 bytes are just randomly generated as in the case of a UUIDv4. A…
-
This would be useful in the case that the ULID is communicated over the phone or by handwriting...
Standardising the form would make it easier to recognise when it's being used and throw it away upon…
-
Could either use UUIDv7 https://antonz.org/uuidv7/ or ULID https://github.com/oklog/ulid
> Here's a comparison of UUIDv4, UUIDv7, and ULID:
>
> - UUIDv4: Fully random, not sortable or monotonic.…
frytg updated
4 months ago
-
**Affects:** r2dbc 6, data-commons 3.1
Currently [r2dbc "is new state detection"](https://docs.spring.io/spring-data/r2dbc/docs/current/reference/html/#is-new-state-detection) supports:
- null/0…
-
Adding support for [UUIDv7](https://datatracker.ietf.org/doc/rfc9562/) would allow sequential, sortable, uuids as PK values in sqlite.
-
It would be nice to have an `IN` filter as an option when filtering table data.
- for number like columns an input of `1,2,3` should lead to `"my_column" IN (1,2,3)`
- for string like fields (includi…
-
### Symfony version(s) affected
7.1.1
### Description
When trying to validate UUIDs in a format that's not Rfc4122 it'll always fail.
### How to reproduce
```php
Uuid::isValid("1CCD2w4mK2m455S2B…
-
I came across this while using zod in an express.js environment. Every other request was failing the uuid validation (`Invalid uuid`). I hacked together a minimal zod-only test-case and found out that…