Closed paurkedal closed 7 years ago
Hi.
Thanks for the report. I've pushed a fix to the master branch that I believe fixes this. Could you try it out?
It required an API change (execute
returns an Res.t option result
to account for an Ok
case with no results).
It works, thanks!
I've published a new version, 0.6.0. It should be available on OPAM soon.
Cheers!
On Tue, Dec 13, 2016 at 5:29 AM, Petter Urkedal notifications@github.com wrote:
It works, thanks!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/andrenth/ocaml-mariadb/issues/1#issuecomment-266666528, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB2BYqPcmYaK5KnAVZDeeibfA8VFvSbks5rHklDgaJpZM4LJ6qW .
The command
gives
The query
INSERT INTO test VALUES (1)
gives the same error, so it's probably related to statements returning empty results.