On Sun, 2010-12-26 at 16:29 +0100, Sylvain Pointeau wrote: > Hi, > > > I don't really know how to branch and submit my changes through git, > if you could guide me I would be very happy. > > > Please find attached the file for the sqlite3 backend. > it works so far. > > > best regards, > Sylvain
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?
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ 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
