mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 05:24:22 +01:00
Closes #1482. I needed to change the `key_exists_in_index` function because it zips the values from the records it is comparing, but if one of the records is empty or not of the same length, the `all` function could return true incorrectly. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #1514