On Mon, Mar 3, 2008 at 9:56 PM, Slava Pestov <[EMAIL PROTECTED]> wrote: > db.tuples unit tests were failing on PowerPC. Turns out > sqlite3_last_insert_rowid was defined to return an int but it > actually returns an int64. This worked on little endian but on big > endian things broke. I pushed a fix.
This is probably a legacy from the original sqlite library I did. Factor didn't support int64 back then and our solution was just to use an int. Chris. -- http://www.bluishcoder.co.nz ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
