SQLite Forum

question about sqlite3_close_v2 call!
Login
If i call sqlite3_close_v2 and it return OK then quit process,  but there is some statements not finalized.  In this case journal file and wal-shm file will be safely handled like I call sqlite3_close and return SQLITE_OK?

I open database in single process only.