Re: [sqlite] XOR operator

2017-10-06 Thread Alex Henrie
2017-10-06 1:28 GMT-06:00 Clemens Ladisch <clem...@ladisch.de>: > Alex Henrie wrote: >> I wanted to use the XOR operator in a query today, but then found out >> that SQLite doesn't support it. > > For boolean values, "a XOR b" = "a <> b"

[sqlite] XOR operator

2017-10-05 Thread Alex Henrie
Dear SQLite developers, I wanted to use the XOR operator in a query today, but then found out that SQLite doesn't support it. MySQL and Microsoft SQL both have XOR. Would you consider adding it to SQLite too? -Alex ___ sqlite-users mailing list