Open Salamandar opened 4 years ago
Application may require queries to be interrupt. AFAIK, sqlitemoderncpp does not provide any way to do that.
For now, I'll try to use sqlite3_interrupt(m_db.connection().get());. But that would be great to have it in the API.
sqlite3_interrupt(m_db.connection().get());
Application may require queries to be interrupt. AFAIK, sqlitemoderncpp does not provide any way to do that.
For now, I'll try to use
sqlite3_interrupt(m_db.connection().get());
. But that would be great to have it in the API.