- Fixed "stmt pointer is closed" SQLException that could appear under load — SQLite was sharing a single connection across async threads, which the JDBC driver doesn't support
- Fixed missing SchedulerUtil.runSyncLater() method that was breaking chunk load verification