mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Remove mut borrow from sym table in parse schema fn
This commit is contained in:
parent
a0f71e27be
commit
6b5ec1f07b
4 changed files with 22 additions and 20 deletions
|
@ -54,7 +54,9 @@ impl Connection {
|
|||
LimboError::ExtensionError("Error unlocking extension libraries".to_string())
|
||||
})?
|
||||
.push((Arc::new(lib), api_ref));
|
||||
self.parse_schema_rows()?;
|
||||
{
|
||||
self.parse_schema_rows()?;
|
||||
}
|
||||
Ok(())
|
||||
} else {
|
||||
if !api_ptr.is_null() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue