limbo/testing/cli_tests
Piotr Rzysko 82491ceb6a Integrate virtual tables with optimizer
This change connects virtual tables with the query optimizer.
The optimizer now considers virtual tables during join order search
and invokes their best_index callbacks to determine feasible access
paths.

Currently, this is not a visible change, since none of the existing
extensions return information indicating that a plan is invalid.
2025-08-05 05:48:28 +02:00
..
cli_test_cases.py CSV import fixes 2025-07-15 16:44:11 +03:00
collate.py fix python test import naming 2025-07-03 02:15:08 -03:00
console.py ruff lint fix 2025-06-20 15:59:03 -03:00
constraint.py fix python test import naming 2025-07-03 02:15:08 -03:00
extensions.py Integrate virtual tables with optimizer 2025-08-05 05:48:28 +02:00
memory.py fix python test import naming 2025-07-03 02:15:08 -03:00
mvcc.py Ruff you are an idiot 2025-07-17 21:51:34 +03:00
test_turso_cli.py uv run ruff format && uv run ruff check --fix 2025-07-09 10:06:29 +03:00
update.py fix python test import naming 2025-07-03 02:15:08 -03:00
vfs_bench.py Fix bench_vfs python script to use fresh db for each run 2025-07-30 19:42:52 -04:00
write.py fix python test import naming 2025-07-03 02:15:08 -03:00