Files
turso/core/translate
Piotr Rzysko 64b83a45e8 Fix infinite aggregation loop when sorting is not required
Previously, with the `index_experimental` feature enabled, the query in
the added test would enter an infinite loop. This happened because
`label_grouping_agg_step` pointed to a constant argument that was moved
to the end of the program. As a result, the aggregation loop would jump
to the constant, then return to the start of the main loop, rewind the
index, and re-enter the aggregation loop—causing it to repeat
indefinitely.
2025-06-21 10:03:10 +02:00
..
2025-06-17 19:33:23 +02:00
2025-05-19 15:22:15 -03:00
2025-06-17 19:33:23 +02:00
2025-06-17 19:33:23 +02:00
2025-06-13 10:39:36 +03:00
2025-06-17 19:33:23 +02:00
2025-06-17 19:33:23 +02:00
2025-06-11 18:38:56 +02:00
2025-05-27 21:12:22 +03:00
2025-06-17 19:33:23 +02:00
2025-06-17 19:33:23 +02:00