13 Oct
2025
13 Oct
'25
12:40 p.m.
On Mon Oct 13 09:20:43 2025 +0000, Hans Leidekker wrote:
This is static data, it should be possible to encode this without an init function. Sure. I have removed this and the associated `key_idx` field in the static schema data. Instead, we just find the primary key column in `assembly_get_table` now.
I didn't want to hardcode the primary key index in the schema macros, because I wanted to keep the macros as self-descriptive as possible (through the `*_PRIMARY` column macros, in this case). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9147#note_118374