mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
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.