sql: replace rc by is_aborted in struct VDBE
Currently, the rc field of the VDBE structure is either 0 or -1. Due to this, it is better to replace this integer field with the boolean field is_aborted.
Loading
Please register or sign in to comment