Explorar el Código

NULL string fix fix

Julien Schmidt hace 12 años
padre
commit
51e9b2dfe2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packets.go

+ 2 - 0
packets.go

@@ -483,6 +483,7 @@ func (rows *mysqlRows) readRow(dest []driver.Value) (err error) {
 				continue
 			} else {
 				dest[i] = nil
+				continue
 			}
 		}
 		return // err
@@ -788,6 +789,7 @@ func (rc *mysqlRows) readBinaryRow(dest []driver.Value) (err error) {
 					continue
 				} else {
 					dest[i] = nil
+					continue
 				}
 			}
 			return // err