Skip to content

v0.23.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 08:58
a38886a

[0.23.0] - 2024-11-16

  • Refine the behavior of update_record_with_output / --override
    • runner: Previously, query returning 0 rows will become statement ok. Now it returns statement count 0.
    • bin: Now --override will not change the type chars of query <types>, since in practice
      it becomes ?s which might cause confusion.
  • runner: statement count <n> is incorrectly handled when the result is a query.