SQLite Forum

Writer Concurrency - server-process-edition
Login
Hi Dan Kennedy,

Thanks for the great work.

I has few question for the begin-concurrent action:


If I use singe-process mode, will the sqlite3_commit_hook/sqlite3_rollback_hook execute inside a lock for all threads (for multi connection to same database)?


I want get a 64bit unique transaction id for a database(after app reboot it still not get duplicate), is there a sqlite buildin value can be use for this 
purpose? (I like to read this value from sqlite3_commit_hook)