SQLite Forum

sqlite3changeset_op documentation error produces access violation
Login
The documentation claims any of the output arguments can be NULL, but the implementation only checks if `pbIndirect` is NULL - it writes to the others without checking.