Files
turso/test
Pekka Enberg f2ecebc357 Rename RowResult to StepResult
The name "row result" is confusing because it really *is* a result from
a step() call. The only difference is how a row is represented as we
return from VDBE or from a statement.

Therefore, rename RowResult to StepResult.
2024-12-27 10:20:41 +02:00
..
2024-12-27 10:20:41 +02:00
2024-12-11 14:39:27 +02:00
2024-09-13 07:55:07 +02:00

Currently the best way to run these tests are like this due to long running tests:

cargo test test_sequential_write -- --nocapture