You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop libsql::Database on close() to release file locks (#213)
Make db field Optional so close() can set it to None, which drops the
libsql::Database and releases underlying file handles immediately.
Previously only the connection was dropped, leaving the database object
alive until GC — causing EBUSY on Windows when trying to delete the
database file right after close().
0 commit comments