mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Move init label to proper place in create vtab translation
This commit is contained in:
parent
22fd3e9781
commit
ae2be30204
3 changed files with 4 additions and 5 deletions
|
@ -4110,7 +4110,7 @@ pub fn op_parse_schema(
|
|||
let conn = program.connection.upgrade();
|
||||
let conn = conn.as_ref().unwrap();
|
||||
let stmt = conn.prepare(format!(
|
||||
"SELECT * FROM sqlite_schema WHERE {}",
|
||||
"SELECT * FROM sqlite_schema WHERE {}",
|
||||
where_clause
|
||||
))?;
|
||||
let mut schema = conn.schema.write();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue