mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Fix panic on loading extension on brand new connection
This commit is contained in:
@@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user