mgutz / dat

Go Postgres Data Access Toolkit
Other
612 stars 62 forks source link

Support real upserts on PostgreSQL 9.5 #21

Open ottob opened 9 years ago

ottob commented 9 years ago

http://www.depesz.com/2015/05/10/waiting-for-9-5-add-support-for-insert-on-conflict-do-nothingupdate/

That would be really nice to have.

mgutz commented 9 years ago

I intend to add this. I'll look in more detail when 9.5 goes beta.

darh commented 8 years ago

Any updates about this?

ottob commented 8 years ago

I wrote down some thoughts here: https://github.com/go-ozzo/ozzo-dbx/issues/5

It would be nice to hear what others think about this.