Files
turso/testing/cli_tests
Piotr Rzysko 6a4cf02a90 Fix computation of argv_index in best_index
The `filter` methods for extensions affected by this fix expect arguments
to be passed in a specific order. For example, `generate_series` assumes
that if the `start` argument exists, it is always passed to `filter`
first. If `start` does not exist, then `stop` is passed first — but
`stop` must never come before `start`.

Previously, this was not guaranteed: `best_index` relied on constraints
being passed in the order matching `filter`'s expectations.
2025-08-04 19:38:45 +02:00
..
2025-07-15 16:44:11 +03:00
2025-07-03 02:15:08 -03:00
2025-06-20 15:59:03 -03:00
2025-07-03 02:15:08 -03:00
2025-07-03 02:15:08 -03:00
2025-07-17 21:51:34 +03:00
2025-07-03 02:15:08 -03:00
2025-07-03 02:15:08 -03:00