Kirill Müller wrote:
> ... there's no portable support for 64-bit integers.

That's what SQLite looks at SQLITE_INT64_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.

> Currently I'm applying the attached patch

This mailing list does not allow attachments.


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

Reply via email to