Hi
Yet another OCaml-MariaDB release… Petter Urkedal noticed a design flaw where after executing a statement that doesn’t return rows (i.e. SELECT, INSERT, UPDATE), it was impossible to access the execution result, so there was no way to call functions like affected_rows.
This release fixes that by changing Stmt.execute to always return a Res.t.
Cheers,
Andre