What will soci do when I have for example an signed int with a width of 32 bit 
and binds it to the output via soci::into, to a query, which yields a high 
signed value.
I assume I will get a soci_error or the soci::indicator is set to i_truncated 
if the value is > 2^32-1, but will this happen also if the value is 2^31-1 < x 
< 2^32-1 or will I get a overflow?

Mit freundlichen Grüßen / Best regards

Markus Klemm
Technology & Development

------------------------------------------------------------------------------
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to