Files
turso/core/translate
Pekka Enberg f88f39082a core/vdbe: Fix MakeRecord affinity handling
The MakeRecord instruction now accepts an optional affinity_str
parameter that applies column-specific type conversions before creating
records. When provided, the affinity string is applied
character-by-character to each register using the existing
apply_affinity_char() function, matching SQLite's behavior.

Fixes #2040
Fixes #2041
2025-09-08 18:49:13 +03:00
..
2025-08-21 15:19:16 -03:00
2025-09-06 17:51:15 +03:00
2025-06-11 18:38:56 +02:00
2025-09-03 12:01:52 +07:00
2025-08-21 15:19:16 -03:00
2025-08-21 15:19:16 -03:00