You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swap system libsqlite3 for Doltlite and harden verification
The first attempt used LD_PRELOAD, but pdo_sqlite.so's DT_NEEDED on
libsqlite3.so.0 resolved to the system SQLite and the preload was
ignored — the tests passed against stock SQLite, not Doltlite.
Physically replace /usr/local/lib/libsqlite3.so.0 (and the multiarch
symlink) with libdoltlite.so, run ldconfig, and assert that
doltlite_engine() returns 'prolly' before running PHPUnit.
0 commit comments