limbo/tests/integration
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
..
functions 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
fuzz_transaction core: Don't rollback transaction when schema updated 2025-12-15 13:49:21 +02:00
index_method 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
query_processing 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
storage use exec rows for header version test 2025-12-17 10:55:25 -03:00
wal chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
common.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
mod.rs triggers: add a lot of different kinds of tests 2025-11-18 15:19:01 +02:00
pragma.rs change pragma test to use new test macros 2025-11-19 23:28:23 -03:00
trigger.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