Re: [sqlite] XOR operator

2017-10-09 Thread Kees Nuyt
On Mon, 9 Oct 2017 13:35:28 +0200, R Smith wrote: >On 2017/10/09 3:07 AM, Richard Hipp wrote: >> Then you want: a = ~b > > Wow, I missed this, and it works already.  Thank you kindly! > > May I suggest adding a small section to the binary/unary operators in > the

[sqlite] Patch to allow table alias for delete/update on sqlite3

2017-10-09 Thread Domingo Alvarez Duarte
Hello ! Here is a patch that can be applied to the sqlite3 trunk to allow the usage of table alias for delete/update operations. https://gist.github.com/mingodad/768b47903e54715e919e08b94c05804f Cheers ! ___ sqlite-users mailing list

Re: [sqlite] XOR operator

2017-10-09 Thread R Smith
On 2017/10/09 3:07 AM, Richard Hipp wrote: Then you want: a = ~b Wow, I missed this, and it works already.  Thank you kindly! May I suggest adding a small section to the binary/unary operators in the documentation that names each operator and provide a short function description (at least