>
> unsigned 64 bit types are not supported by sqlite3.
> So unsigned long long and unsigned long (when 64 bit) fail the
> testsuite.
> I do not really know how to best handle that.
> Maybe we should drop the support for this type from sqlite3 backend?
>

I though that taking the data with sqlite3_column_int64
then casting with unsigned long long would have been good.

and taking a text then transforming it into a unsigned long long would be
better?

Best regards,
Sylvain
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to