1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-07-03 00:36:52 +02:00

Add Column Metadata #152

This commit is contained in:
Ales Pour
2020-06-22 22:26:35 +02:00
parent 3b99664e4f
commit 3b533ba431
10 changed files with 422 additions and 3 deletions

View File

@ -120,6 +120,7 @@ func (rs *rowSets) invalidateRaw() {
type Rows struct {
converter driver.ValueConverter
cols []string
def []*Column
rows [][]driver.Value
pos int
nextErr map[int]error