> Is the feature of the row_id (unique incremental number) exists in this
API level as well?

No. The incremental row-id generation happens in the virtual machine. Look
at the code for OP_NewRecno opcode in vdbe.c. It shouldn't be too hard to
replicate this logic though.

Dan.

Reply via email to