Tobie Morgan Hitchcock
Tobie Morgan Hitchcock
Hey @finnbear i have a feeling that this might prevent actual complex objects from being parsed successfully. See https://discord.com/channels/902568124350599239/1014970959461105664/1033709144580046850 Although the user has also reached the 'exponential' parser issue. Maybe...
I guess my first big question is: what does the output need to be for the LSP?
Hi @DarkGhostHunter AND @finnbear so in order to be able to store ULID values in binary form we would need to be able to parse ULID values. This is a...
The `UUID` parser implementation accepts uppercase and lowercase. Should we only accept uppercase characters for `ULID` values, or both? Other than that... `1` value of `0-7` `25` values of `0-7...
I'm also thinking we parse/store/treat `ULID` values differently to `UUID` values?
So what's the benefit of treating a ULID as a UUID underneath?
I meant as opposed to having a new `ULID` type - which coincidentally is easier to implement.
Ok so effectively the requirements are: 1. Sortable values 2. Smaller storage size (benefit) 3. Ability to be unquoted in SurrealDB, and therefore easily used in Record IDs and URLs...
Hey @tomsseisums this is also related to #1302. Basically what is happening is that fields are processed in alphabetical order, and therefore `id` comes before `in` and `out`. As a...
Awesome @tomsseisums! > As that would make `CREATE ... CONTENT {}` much smarter as well. Can you just describe in a little more detail that last point?