Does sqlite3_interrupt work with sqlite3_rekey? From all of my testing so far, it does not appear to be the case that it is actually possible to cancel a rekey operation. Can anyone confirm?
Does sqlite3_interrupt work with sqlite3_rekey? From all of my testing so far, it does not appear to be the case that it is actually possible to cancel a rekey operation. Can anyone confirm?
Hi @dan219design - no, the rekey operation is not interruptible.
Thanks for confirming @sjlombardo.