On 08.01.2017 12:54, Clemens Ladisch wrote:
Kirill Müller wrote:
... there's no portable support for 64-bit integers.
That's what SQLite looks at SQLITE_INT64_TYPE.
The patch introduces SQLITE_UINT64_TYPE.

I'm working around this issue by using a struct of size 8
A struct of size 8 does not behave the same as an integer type.
For compiling sqlite.c, I'm using a 64-bit integer type. I'm only using the struct for compiling C++ modules that include sqlite.h. On the C++ side I'll find a suitable way to handle the data.

Currently I'm applying the attached patch
This mailing list does not allow attachments.
Copied the patch to https://gist.github.com/krlmlr/951cb742d5105ffac163fb7b8dc86986 .


-Kirill


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to