forked from mattn/go-sqlite3
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit abc8991
column types text, varchar, *char return as strings:
As opposed to []byte arrays. This brings sqlite closer
in line with other dbs like postgres, allowing downstream
consumers to assume the scanned value is string across underlying
dbs.1 parent 3fa1c55 commit abc8991
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 | + | ||
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
| |||
2061 | 2062 |
| |
2062 | 2063 |
| |
2063 | 2064 |
| |
2065 | + | ||
2066 | + | ||
2064 | 2067 |
| |
2065 | - | ||
2068 | + | ||
2069 | + | ||
2070 | + | ||
2071 | + | ||
2072 | + | ||
2066 | 2073 |
| |
2067 | - | ||
2068 | 2074 |
| |
2069 | 2075 |
| |
2070 | 2076 |
| |
|
0 commit comments