AddBlog/AddPost/UpdatePost/UpdatePostSetDate now reuse a single SQLiteConnection when an import session is active, instead of opening and closing one per call. AddBlog also short-circuits on an in-memory HashSet of blog names already attempted this run. Other entry points are unaffected since they never call BeginImportSession. Co-Authored-By: Claude Opus 4.7 <[email protected]>