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
PDO churn alone (raw open/close 0..500 times) didn't reproduce
either failing-test bug. Each driver setUp also registers ~44 UDFs
via sqliteCreateFunction. Add UDF registration to each churn
iteration to mirror the driver, in case stale FUNC_SLOTS state
across sqlite3_create_function_v2 calls is the trigger.
0 commit comments