brianc / node-sql

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

Added onConflict to ModifyingQuery interface in types.d.ts #378

Open kernel-io opened 6 years ago

kernel-io commented 6 years ago

updated the types.d.ts definitions to add support for the onConflict clause that was added in https://github.com/brianc/node-sql/pull/342

kernel-io commented 6 years ago

probably should make a PR as well to fix the failing outdated dependencies on travis...