This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Commit 9b8ff10
committed
fix(test_vtab): use platform-specific temp path for Windows
Windows doesn't have /tmp directory. Use current directory on Windows,
/tmp on Unix. Fixes SQLITE_CANTOPEN (error 14) in vtab reopen tests.1 parent 68716f4 commit 9b8ff10
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
0 commit comments