mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-24 10:24:28 +01:00
fix: issues from rebase
This commit is contained in:
@@ -40,7 +40,7 @@ pub mod numeric;
|
||||
#[cfg(not(feature = "fuzz"))]
|
||||
mod numeric;
|
||||
|
||||
use crate::incremental::view::ViewTransactionState;
|
||||
use crate::{incremental::view::ViewTransactionState, schema::Table};
|
||||
use crate::translate::optimizer::optimize_plan;
|
||||
use crate::translate::pragma::TURSO_CDC_DEFAULT_TABLE_NAME;
|
||||
#[cfg(all(feature = "fs", feature = "conn_raw_api"))]
|
||||
|
||||
@@ -105,6 +105,7 @@ impl VirtualTable {
|
||||
let vtab = VirtualTable {
|
||||
name: view_name.to_owned(),
|
||||
columns,
|
||||
module_name: Some(view_name.to_string()),
|
||||
kind: VTabKind::VirtualTable,
|
||||
vtab_type: VirtualTableType::View(crate::vtab_view::ViewVirtualTable { view }),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user