Does LibZdb support unsigned int in the prepare statements ?
I went through the Prepare statements source code and could only find long, int, long long, string.
Is there any way to do a unsigned int operation ?
Regards Laxman
On 03 Apr 2014, at 05:52, Laxman Prabhu lp382@cornell.edu wrote:
Does LibZdb support unsigned int in the prepare statements ?
We follow SQLite here and do not provide setters and getters for every C type invented. Instead we provide a reasonable low and high end type and if you operate on narrower or wider types, use casting.