2
0

Add ConnPool.Reset method

refs #110
This commit is contained in:
Jack Christensen
2015-12-12 13:15:14 -06:00
parent 1eecea606b
commit f004f0802c
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ type Conn struct {
pgsql_af_inet byte
pgsql_af_inet6 byte
busy bool
poolResetCount int
}
type PreparedStatement struct {