]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
dict-sql: Only MySQL supports "INSERT .. ON DUPLICATE KEY". With others just
authorTimo Sirainen <tss@iki.fi>
Mon, 7 Jul 2008 13:14:16 +0000 (18:44 +0530)
committerTimo Sirainen <tss@iki.fi>
Mon, 7 Jul 2008 13:14:16 +0000 (18:44 +0530)
commitc47ec930f7caa9534b026f6864c0d35252e61a24
treef1cc0d0d18e09047bc4c697d376619703b229901
parent5af8ea0a24c5930a8e310ebc4f33fba1d084217c
dict-sql: Only MySQL supports "INSERT .. ON DUPLICATE KEY". With others just
use the INSERT and let created triggers handle updating existing rows.

--HG--
branch : HEAD
src/lib-dict/dict-sql.c