Commit 07bf43a
committed
Make Turso preload sanity check non-fatal
Turso v0.5.3 does not implement sqlite3_set_authorizer, which pdo_sqlite
calls during PDO construction, so opening a SQLite PDO connection panics
the Turso library. Mark the diagnostic step as continue-on-error so the
rest of the job still runs and produces a PHPUnit report.1 parent b375d21 commit 07bf43a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments