Fix panic on loading extension on brand new connection

This commit is contained in:
PThorpe92
2025-08-06 15:51:49 -04:00
parent 9492a29d47
commit 657f3f3095

View File

@@ -58,7 +58,7 @@ impl Connection {
LimboError::ExtensionError("Error locking extension libraries".to_string())
})?
.push((Arc::new(lib), api_ref));
{
if self.is_db_initialized() {
self.parse_schema_rows()?;
}
Ok(())