Commit 1aaf128
committed
[tests] SqlDataDiff: use bracketed Windows ODBC driver name for SQLite
The Windows ODBC Driver Manager registers the SQLite driver as
"SQLite3 ODBC Driver" — a name with spaces that must be wrapped in
braces in a connection string. The unixODBC convention used on
Linux/macOS keeps a bare "SQLite3" identifier. Pick the right form
per platform so SqliteConn produces a string the local driver
manager actually accepts.
Signed-off-by: Christian Parpart <christian@parpart.family>1 parent 9f9f8e2 commit 1aaf128
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
0 commit comments