Skip to content

Commit ec804a3

Browse files
committed
trying to get more information out of Travis
1 parent 6d51ca5 commit ec804a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packets.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,8 @@ func (rows *binaryRows) readRow(dest []driver.Value) error {
10931093
dstlen = 19
10941094
case 1, 2, 3, 4, 5, 6:
10951095
dstlen = 19 + 1 + decimals
1096+
default:
1097+
panic(fmt.Sprintf("%#v", rows.columns[i]))
10961098
}
10971099
}
10981100
dest[i], err = formatBinaryDateTime(data[pos:pos+int(num)], dstlen, false)

0 commit comments

Comments
 (0)