]> source.dussan.org Git - gitea.git/commit
Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)
authorThibault Meyer <0xbaadf00d@users.noreply.github.com>
Fri, 12 Aug 2016 09:42:06 +0000 (11:42 +0200)
committer无闻 <u@gogs.io>
Fri, 12 Aug 2016 09:42:06 +0000 (02:42 -0700)
commit42964272149e2b8f5f3959100c43210cd508e2f5
tree32451c9cba804cee1f9138327684dae596ccab8f
parent7551141dbe7bc46be7f448fa65a72ec13f73400b
Fix #3437: Cannot connect to PostgreSQL via IPv6 address (#3442)

* Change PostgreSQL connstring parsing to handle IPv6

* Fix used variable

* Remove redundant code + use variable
models/models.go