mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
fixed compiler errors after rebase
This commit is contained in:
@@ -1110,7 +1110,7 @@ pub fn insn_to_str(
|
||||
*root as i32,
|
||||
*former_root_reg as i32,
|
||||
*is_temp as i32,
|
||||
OwnedValue::build_text(Rc::new("".to_string())),
|
||||
OwnedValue::build_text(&Rc::new("".to_string())),
|
||||
0,
|
||||
format!(
|
||||
"root iDb={} former_root={} is_temp={}",
|
||||
@@ -1127,7 +1127,7 @@ pub fn insn_to_str(
|
||||
*db as i32,
|
||||
0,
|
||||
0,
|
||||
OwnedValue::build_text(Rc::new(table_name.clone())),
|
||||
OwnedValue::build_text(&Rc::new(table_name.clone())),
|
||||
0,
|
||||
format!("DROP TABLE {}", table_name),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user