minus5 / gofreetds

Go Sql Server database driver.
MIT License
113 stars 48 forks source link

Resolved Go race condition #30

Closed MarkSonghurst closed 8 years ago

MarkSonghurst commented 8 years ago

Added pooMutex locks into newConn to resolve a race condition reported by the Go race condition tester.

caledhwa commented 8 years ago

+1