mikejs / gomongo

Go driver for MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insert() miss Error ?

wukun opened this issue · comments

Collection.Insert do not raise Error when duplicate key ?

commented

mongodb don't return any code after operation, client send stream into db and close connection. if you want safe operations you should use getLastError command.