Page
Library
Module
Module type
Parameter
Class
Class type
Source
Added support for parameter types to exec
, prepare
, send_query
, and send_prepare
.
Thanks to Petter A. Urkedal for the patch!
Removed incorrect [@@noalloc]
from is_busy
external call.
Thanks to Dmitry Astapov for this patch!
base
and stdio
build dependencies.request_cancel
that turned errors into success and success into an error. Thanks to Dmitry Astapov for this patch!Added a temporary workaround for dealing with notice processing and asynchronous operations.
Thanks to Petter A. Urkedal for the patch!
Switched from caml_alloc_custom
to caml_alloc_custom_mem
.
This should improve memory usage and GC performance.
dune-project
put_copy_data
, put_copy_end
, and get_copy_data
Thanks to Petter A. Urkedal for the patch!
Added support for executing queries with binary results.
Thanks to Paul Biggar for the patch!
Added error handling functions for extracting more error details.
Thanks to Sean Grove for the patches!
bigarray
when using certain functions anymore.