notify: Avoid EXCEPT in SQL statement
commitfd36125a21ad6e4d665e1b2f4db784b073846d94
authorLukas Fleischer <lfleischer@archlinux.org>
Mon, 12 Dec 2016 18:41:16 +0000 (12 19:41 +0100)
committerLukas Fleischer <lfleischer@archlinux.org>
Tue, 20 Dec 2016 17:04:46 +0000 (20 18:04 +0100)
treeb7058f726351d93b5c58424255a8f4a5b94643ab
parent9dd0d92d61462860089f479e0f0f6cd957a3ec04
notify: Avoid EXCEPT in SQL statement

Do not use the EXCEPT clause which is unsupported in MySQL. Instead, use
a subquery which is standard-compliant and makes the query easier to
read at the same time.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
aurweb/scripts/notify.py