mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 03:34:18 +01:00
Remove TableReferenceType enum to clean up planner
This commit is contained in:
@@ -136,6 +136,7 @@ impl Database {
|
||||
name: name.to_string(),
|
||||
implementation: vtab_module,
|
||||
columns,
|
||||
args: None,
|
||||
};
|
||||
self.syms.borrow_mut().vtabs.insert(name.to_string(), vtab);
|
||||
ResultCode::OK
|
||||
|
||||
Reference in New Issue
Block a user