Skip to content

Commit b8628dc

Browse files
committed
adding comments and starting testing
1 parent d22261a commit b8628dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dump.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ func (table *table) initColumnData() error {
343343
return err
344344
}
345345

346+
// Ignore the virtual columns
346347
if !info[extraIndex].Valid || !strings.Contains(info[extraIndex].String, "VIRTUAL") {
347348
result = append(result, info[fieldIndex].String)
348349
}

0 commit comments

Comments
 (0)