Subject: | Support for MySQL’s ON DUPLICATE KEY UPDATE clause |
Hi Mark,
it would be nice if SQL::Interp treated `ON DUPLICATE KEY UPDATE` (an
optional clause on `INSERT` statements) as an alternative spelling of
`SET`. Right now I hack around this by wrapping the sql_interp function
and substituting a `SET` into my SQL in the right places in the input,
then substituting it back out in the output. It would be cool if this
Just Worked.
--
Aristotle