package caqti
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Unified interface to relational database libraries
Install
dune-project
Dependency
Authors
Maintainers
Sources
caqti-0.10.0.tbz
sha256=83c80e1b55e0311d9a97b1f591a3f504670c977e7e47f8ed827897ce8d4a05ad
md5=28a2a8f5235662e7a452b786ffdb4a7f
doc/caqti.v1/Caqti1_errors/index.html
Module Caqti1_errors
(v1) Exceptions.
The exception raised when a backend fails to connect to a resource. Due to pooled connections, this may be raised by describe and query functions as well as the connect function.
exception Prepare_failed of Uri.t * Caqti1_query.query_info * stringThe exception raised when query preparation fails.
exception Execute_failed of Uri.t * Caqti1_query.query_info * stringThe exception raised when query execution failes.
exception Miscommunication of Uri.t * Caqti1_query.query_info * stringThis exception may be raised by a backend when something unexpected happen during the communication process. It signifies a programming error or at least an incompatibility somewhere:
- A query returns a different number of tuples than expected.
- A query returns tuples of a different type then expected.
- A query returns a different kind of result than expected.
- A networked backend does not understand the result from the server, e.g. due to a different protocol version.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>