2
0

more docs

This commit is contained in:
Jack Christensen
2014-09-17 17:00:55 -05:00
parent 11a75aa29e
commit 98853ea98f
4 changed files with 175 additions and 155 deletions
+2 -4
View File
@@ -103,10 +103,8 @@ func (rows *Rows) readUntilReadyForQuery() {
}
}
// Close closes the rows, making the connection ready for use again. It is not
// usually necessary to call Close explicitly because reading all returned rows
// with Next automatically closes Rows. It is safe to call Close after rows is
// already closed.
// Close closes the rows, making the connection ready for use again. It is safe
// to call Close after rows is already closed.
func (rows *Rows) Close() {
if rows.closed {
return