From: Dennis Luehring (dl.soluz_at_[hidden])
Date: 2024-11-19 08:41:00


Am 19.11.2024 um 09:37 schrieb Klemens Morgenstern via Boost:
> sqltie:;value would work. I should add optional support though.
>

maybe a related question - how to you handle overflows - for example
reading a too large value into a float?

is there a way to define how safe the conversion should be (plain cast,
check for overflow and throw exception)?