sqlite_modern_cpp icon indicating copy to clipboard operation
sqlite_modern_cpp copied to clipboard

Ability to interrupt queries

Open Salamandar opened this issue 5 years ago • 0 comments

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.

Salamandar avatar Jul 13 '20 09:07 Salamandar