What happens if my application fails to call sqlite3_close() before it exits? Does it leave the db in some unknown state or open to corruption?

If I have a daemon type program, will I need to catch signals that try to close/kill the program and call sqlite3_close() before exiting?

Thanks!!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to