shadowhand/latitude

Support INSERT IGNORE

Closed this issue · 2 comments

Hi. Similar to #47, is there a way to add extra info to an INSERT query eg INSERT IGNORE tablename... to ignore duplicate keys?

What do you think about adding a generic queryFlags() method to AbstractQuery?

INSERT IGNORE is not a standard statement. It could be added to supported databases similarly to how INSERT ... RETURNING ... is supported for Postgres.

Fixed by #106