mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
These are nearly always used together in some form, so it makes sense to colocate them, and it also makes many code paths simpler, as we don't separately pass `collations` and `key_sort_order` around As a side effect, as the bitfield-based `IndexKeySortOrder` is removed, we now remove the arbitrary 64 column restriction for indexes, see e.g. this sim failure which fails to 64+ index columns (not sure why it uses an index if they are disabled): https://github.com/tursodatabase/turso/actions/runs/16339391964/job/4615 8045158 Closes #2131