Re: [PATCH] aurblup: make provider updates more robust

2019-01-21 Thread Eli Schwartz
On 1/21/19 2:33 PM, Lukas Fleischer wrote: > Prevent from corner cases, such as failing unique key constraints when a > provided package changes from lower case to upper case. What about: "Reverse the order of deletion and addition so that deletion comes first. This prevents corner cases such as

[PATCH] aurblup: make provider updates more robust

2019-01-21 Thread Lukas Fleischer
Prevent from corner cases, such as failing unique key constraints when a provided package changes from lower case to upper case. Signed-off-by: Lukas Fleischer --- aurweb/scripts/aurblup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aurweb/scripts/aurblup.py b/aurw