brianc / node-sql

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

the ON CONFLICT feature for #PostgreSQL was missing camelcase support… #342

Closed rohitishere1 closed 7 years ago

rohitishere1 commented 7 years ago

… of column names

this commit fixes that and takes care of issue #341 it now honours snakeToCamel set to true

brianc commented 7 years ago

Thanks a lot for your work on this! Sorry it took me a while to get to it - life got in the way & I got really busy tending to some things. I'll merge this now & push a new minor version to npm here in just a few minutes. ❤️

rohitishere1 commented 7 years ago

Thanks Brian! 👍