Petter A. Urkedal
Petter A. Urkedal
Issue #86 highlighted the need for a way to configure Caqti connections, apart from when can reasonably be fitted into the endpoint URL. The upcoming PGX support (#38) will also...
The addition of MirageOS (#38) will require a new major release. The current status and plans: - Deprecated definitions will be removed (eb68095b99f4ac820d5815821c48d82816718eff). - The parts of the API used...
I would like to add the extended error codes to the API. It seems straight forward except for how to define the error type, where I could use a second...
This is a simplified alternative to #51, only defining the integer-returning function. This avoids making design decision now about the form of the extended error codes. This will suffice for...
MariaDB/MySQL [does not allow certain syntax in prepared statements][1], so it seems, at least for now, the `mysql_query` and the related async functions are needed to support the full SQL...
Due to the large number of individual error codes in MariaDB, this will help unify errors from different database backends in Caqti (paurkedal/ocaml-caqti#72).
There seems to be a memory leak apparent by the stress tests from the example directory. To make the issue clear, I elevated the iteration counts, ```diff diff --git a/examples/blocking/blocking_stress_test.ml...
After some investigation of paurkedal/ocaml-caqti#23, it is clear that the issue is at a level below caqti, so I'm promoting the issue, as I'm suspecting some memory or compatibility issue...
The `ipaddr` package installs a `META` file with a dependency on `ppx_sexp_conv.runtime-lib`, but `ppx_sexp_conv` is only declared a build dependency in opam. This can cause dependent packages to fail building...
In recent Eliom versions, when an eliom service is configured under a `` tag and one switches from one service to another by following a link, RPC calls fails with...