Commit a5a01c1
Fix test: handle Type column returned as Vector{UInt8}
The SHOW COLUMNS query returns the Type column as Vector{UInt8}
(binary) rather than String. Convert to String before comparison.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e7d526b commit a5a01c1
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| |||
0 commit comments