2
0

Fix Scanner that does not read entire value

This commit is contained in:
Jack Christensen
2015-04-09 17:46:58 -05:00
parent e511c267de
commit 879ca97228
2 changed files with 10 additions and 10 deletions
+1
View File
@@ -153,6 +153,7 @@ func (rows *Rows) Next() bool {
rows.rowCount++
rows.columnIdx = 0
rows.vr = ValueReader{}
for {
t, r, err := rows.conn.rxMsg()