sql: introduce a new method to bind a pointer
A new sql_bind_ptr routine allows to bing a generic pointer to VDBE variable. This change is required to pass a tuple_fetcher representing a new tuple to the check constraint VDBE. Needed for #3961
Loading
Please register or sign in to comment