add INSERT IGNORE syntax for mysql

Issue #804 resolved
Mike Bayer repo owner created an issue

if we stick with what ants has been doing for postgres, it would look like:

table.insert(mysql_ignore=True)

Comments (2)

  1. Log in to comment