mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-15 14:14:20 +01:00
Depends on #3920 Moves some code around so it is easier to reuse and less cluttered in `execute.rs`, and changes how `compare` works. Instead of mutating some register, we now just return the possible `ValueRef` representation of that affinity. This allows other parts of the codebase to reuse this logic without needing to have an owned `Value` or a `&mut Register` Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #3923