aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3.go')
-rw-r--r--sqlite3.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/sqlite3.go b/sqlite3.go
index f731d20..1cf9451 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -2062,9 +2062,8 @@ func (rc *SQLiteRows) Next(dest []driver.Value) error {
}
dest[i] = t
default:
- dest[i] = []byte(s)
+ dest[i] = s
}
-
}
}
return nil