> On Oct 6, 2017, at 9:25 AM, Alex Henrie <[email protected]> wrote: > > Still, it would be a little nicer if I > could write a == b XOR c == d instead of (a == b) != (c == d).
You can easily implement an “xor(a, b)” function in C. It’s maybe 20 lines of code including registering it. —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

