Commit e139ee4
committed
[new release] mariadb (1.2.0)
CHANGES:
- Added `Stmt.start_txn` (ocaml-community/ocaml-mariadb#59 by Corentin Leruth).
- Added `Res.insert_id` as binding for `mysql_stmt_insert_id` (ocaml-community/ocaml-mariadb#58 by
Corentin Leruth).
- Updated to support recent OCaml versions (ocaml-community/ocaml-mariadb#45 by @kit-ty-kate).
- Fixed too-early retrieval of statement metadata (ocaml-community/ocaml-mariadb#41 by Albert Peschar).
- Fixed decoding bug for the integer type (ocaml-community/ocaml-mariadb#54 by Raman Varabets, tested
by ocaml-community/ocaml-mariadb#61 by Corentin Leruth).
- Fixed a memory leaks related to result metadata (ocaml-community/ocaml-mariadb#39 by Albert Peschar).
- The build system is now dune and dune-configurator (ocaml-community/ocaml-mariadb#52 by Petter A.
Urkedal) and some of the examples have been converted to a test suite
(ocaml-community/ocaml-mariadb#60 by Petter A. Urkedal).
- The project has been transferred to ocaml-community with Petter A.
Urkedal as the new maintainer.1 parent 8dd3538 commit e139ee4
1 file changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments