limbo/tests/integration/query_processing
Jussi Saurio c282c24d94
Merge 'clean up core tester to use conn.execute and conn.exec_rows for parsing correctly the expected values from select queries' from Pedro Muniz
## Description
The PR title. `exec_rows` also does validation of outputs automatically
which is good practice for testing
<!--
Please include a summary of the changes and the related issue.
-->
## Motivation and context
Better typing and don't have to constantly match on `turso_core::Value`
<!--
Please include relevant motivation and context.
Link relevant issues here.
-->
## AI Disclosure
Ai did most of the migration
<!--
Please disclose if any LLM's were used in the creation of this PR and to
what extent,
to help maintainers properly review.
-->

Closes #4192
2025-12-18 09:22:45 +02:00
..
encryption.rs change encryption to use new test macros 2025-11-19 14:47:13 -03:00
mod.rs core: Don't rollback transaction when schema updated 2025-12-15 13:49:21 +02:00
test_btree.rs remove unused TempDatabase argument requirement for limbo_exec_rows 2025-12-10 15:21:03 -03:00
test_ddl.rs change test_ddl to use new test macros 2025-11-19 13:30:35 -03:00
test_expr_index.rs clean up core tester to use conn.execute instead of limbo_exec_rows and use conn.exec_rows for parsing correctly the expected values from select queries 2025-12-12 12:36:48 -03:00
test_multi_thread.rs change test_multi_thread to use new test macros 2025-11-19 13:30:05 -03:00
test_page1.rs test page1 init 2025-12-10 12:53:25 -03:00
test_read_path.rs Merge 'clean up core tester to use conn.execute and conn.exec_rows for parsing correctly the expected values from select queries' from Pedro Muniz 2025-12-18 09:22:45 +02:00
test_schema_updated.rs core: Don't rollback transaction when schema updated 2025-12-15 13:49:21 +02:00
test_transactions.rs chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
test_write_path.rs clean up core tester to use conn.execute instead of limbo_exec_rows and use conn.exec_rows for parsing correctly the expected values from select queries 2025-12-12 12:36:48 -03:00