Hacker News new | ask | show | jobs
by unbeli 4414 days ago
Are you sure about that?

"A close() operation on one connection might unknowingly clear the locks on a different database connection, leading to database corruption."

1 comments

By "a different database connection", they mean a different file descriptor referring to the same database file.