Jinmian Ye
Jinmian Ye
Same error, waiting for the solution.
Also waiting for the virtual addressing style.
I tried to fix the problem and made some improvements, but not confident with the correctness, someone may verify it.
Sorry for the late reply. I've tested multiple MySQL tables, and they all failed. While the `mysql_execute` function you mentioned does work, I would prefer to use the Relational API...
My apologies! I missed a crucial detail here. We need to execute an `INSERT OR IGNORE INTO` statement to reproduce the error: ``` INSERT OR IGNORE INTO mysqldb.task_table VALUES(42, 'foo',...