Hi all

I'm in a situation [1] where I compile RSQLite as part of a C++ project that still uses the C++98 standard. This means there's no portable support for 64-bit integers. I'm working around this issue by using a struct of size 8, but this means I need to override the "unsigned 64-bit type" separately.

Currently I'm applying the attached patch to the released SQLite3 sources. It uses the macro SQLITE_UINT64_TYPE if defined, instead of "unsigned SQLITE_INT64_TYPE". Please consider merging. Thanks.


Best regards

Kirill


[1] https://github.com/rstats-db/RSQLite

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

Reply via email to