SQLite Forum

Custom / pluggable VDBE behavior?
Login
The only way is to change vdbe*.c and recompile.

We very deliberately do NOT make the bytecode an API.  We want the freedom
to change the bytecodes without breaking compatibility.  And we use that
freedom, quite often.  Most releases of SQLite contain some change to the
bytecode definitions.