Re: Support for MySQL `INSERT ... ON DUPLICATE KEY UPDATE ...`. proposed and code example

2014-05-28 Thread Russell Keith-Magee
Hi Matteius, On Thu, May 29, 2014 at 8:49 AM, Matteius Davis wrote: > *Greetings Django Developers,* > > I am opening this thread based on my research and existing coding toward a > solution of this issue, whereby Django today does not support effective > usage of the MySQL specific construct `I

Support for MySQL `INSERT ... ON DUPLICATE KEY UPDATE ...`. proposed and code example

2014-05-28 Thread Matteius Davis
*Greetings Django Developers,* I am opening this thread based on my research and existing coding toward a solution of this issue, whereby Django today does not support effective usage of the MySQL specific construct `INSERT ... ON DUPLICATE KEY UPDATE ...`. First some background: last month I so