From: Felix Geyer Date: Tue, 9 Oct 2012 16:47:01 +0000 (+0200) Subject: Check if user setting pair exists before inserting/updating it. X-Git-Tag: 0.9-beta1~24 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=c371e27b23667e05cccffb200acfb35f5af2a64a;hp=c371e27b23667e05cccffb200acfb35f5af2a64a;p=quassel.git Check if user setting pair exists before inserting/updating it. If it exists it's inserted else the date is updated. This fixes a (harmless) error that clutters the postgres log. Fixes #958 ---