Commit d20a0b3
fix(introspect): treat Windows drive letters as bare paths, not URL schemes
`C:\path\to\db.sqlite` parses as a URL with scheme `c`, which routed the
input to the UnsupportedScheme branch and broke the SQLite roundtrip
test on the Windows CI runner. A single-letter "scheme" is almost
always a Windows drive letter, so short-circuit URL parsing for that
case and let the input fall through as a filesystem path.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8d49f7a commit d20a0b3
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| |||
170 | 178 | | |
171 | 179 | | |
172 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
173 | 189 | | |
0 commit comments