Skip to content

Commit

Permalink
patched update, added dialect.ping
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Mar 17, 2019
1 parent aa5cc9f commit 33dab2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (m *manager) runUpdate(db *mgo.Database, statement *dsc.DmlStatement, sqlPa
if _, has := record[k]; has {
continue
}
record[k]=v
record[k] = v
}
}
return collection.Update(criteria, record)
Expand Down

0 comments on commit 33dab2a

Please sign in to comment.