brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

add OR IGNORE for sqlite #347

Closed katz12 closed 7 years ago

katz12 commented 7 years ago

Tests pass. Addresses issue #237

Followed example from https://github.com/brianc/node-sql/commit/f9c9d2a7e0ae43de3943f9fe6afa39b8c2f4bc12

brianc commented 7 years ago

Awesome! Thank you @katz12! Pushing a new minor version right now. Sorry for the delay! 😬

katz12 commented 7 years ago

No worries! Thanks for the merge. :)