[0.23.0] - 2024-11-16
- Refine the behavior of
update_record_with_output
/--override
- runner: Previously,
query
returning 0 rows will becomestatement ok
. Now it returnsstatement count 0
. - bin: Now
--override
will not change the type chars ofquery <types>
, since in practice
it becomes?
s which might cause confusion.
- runner: Previously,
- runner:
statement count <n>
is incorrectly handled when the result is aquery
.