summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/gorp/gorp.go
Commit message (Collapse)AuthorAgeFilesLines
* Update gorp to support query timeouts on postgres (#6730)Joram Wilander2017-06-281-15/+6
| | | | | | | | * Update gorp to support query timeouts on postgres * Update help text to remove postgres exception * Fix glide.lock
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout ↵Joram Wilander2017-05-291-0/+615
setting (#6410) * Update gorp to mattermost fork and add connection timeout setting * Add go dependency * Rename from connection timeout to query timeout * Properly add gorp dependency