diff options
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -525,7 +525,7 @@ func (rc *SQLiteRows) Next(dest []driver.Value) error { dest[i] = time.Time{} } default: - dest[i] = s + dest[i] = []byte(s) } } |