atcdot/gorm-bulk-upsert

bulk upsert not working for Postgres

shahroze80 opened this issue · 1 comments

I tried working with the sample code given on postgres SQL and get error:
pq: syntax error at or near "DUPLICATE"

go version go1.15.5 darwin/amd64

This is not an issue of this library as postgres does not support the syntax. So this is expected.