didi / gendry

a golang library for sql builder
Apache License 2.0
1.6k stars 191 forks source link

feat: support building INSERT ON DUPLICATE KEY UPDATE clause #102

Closed cncal closed 3 years ago

cncal commented 3 years ago

Builder supports building an INSERT ... ON DUPLICATE KEY UPDATE clause, and I'll update the document later if this feature can be merged. @caibirdme PTAL.

caibirdme commented 3 years ago

Great works! Wish u could add those documents and then I'll merge it.

cncal commented 3 years ago

@caibirdme README.md updated.

caibirdme commented 3 years ago

@cncal Thx a loooooot for your contribution!