File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Luke Scott <luke at webconnex.com>
43
43
Michael Woolnough <michael.woolnough at gmail.com>
44
44
Nicola Peduzzi <thenikso at gmail.com>
45
45
Olivier Mengué <dolmen at cpan.org>
46
+ Omid Aladini <omidaladini at gmail.com>
46
47
Paul Bonser <misterpib at gmail.com>
47
48
Peter Schultz <peter.schultz at classmarkets.com>
48
49
Runrioter Wung <runrioter at gmail.com>
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ func (rows *mysqlRows) ColumnTypeDatabaseTypeName(i int) string {
64
64
}
65
65
66
66
func (rows * mysqlRows ) ColumnTypeNullable (i int ) (nullable , ok bool ) {
67
- return rows .rs .columns [i ].flags & flagNotNULL ! = 0 , true
67
+ return rows .rs .columns [i ].flags & flagNotNULL = = 0 , true
68
68
}
69
69
70
70
func (rows * mysqlRows ) ColumnTypeScanType (i int ) reflect.Type {
You can’t perform that action at this time.
0 commit comments