limbo/cli
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
..
app.rs Rename RowResult to StepResult 2024-12-27 10:20:41 +02:00
Cargo.toml Update clap to 4.5 2024-12-11 14:39:27 +02:00
main.rs Move ast expr equality check out of vendored, remove allocs and add cases 2024-12-16 19:39:06 -05:00
opcodes_dictionary.rs fix: lint warnings 2024-07-08 22:43:11 +05:30