On Tue, Mar 4, 2014 at 10:00 AM, Peter Simpson
<peter.simp...@hopewiser.com>wrote:


> When using this on AIX, we encountered an issue with an "unsigned char" in
> the sqliteProcessJoin procedure in sqlite3.c.
>
> For cases where "pSrc->nSrc" was 0, then "pSrc->nSrc-1" was being treated
> as positive (since nSrc is defined as an unsigned char, u8), and the for
> loop was inadvertently being entered.


> Peter Simpson (Hopewiser)]
>

If you're using IBM's own compilers, specify "xlc" as your compiler (CC=xlc
./configure). The default behaviors of good old "cc" can be a bit dated.

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

Reply via email to