mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-14 12:34:20 +01:00
addressed comment https://github.com/tursodatabase/limbo/pull/1548#discussion_r2102595246 by @jussisaurio
this commit addresses the comment regarding inline code documentation
This commit is contained in:
@@ -768,7 +768,7 @@ pub fn translate_drop_table(
|
||||
program.emit_null(r6, Some(r7));
|
||||
|
||||
if table.btree().is_some() {
|
||||
// 4. Open an ephemeral table, and read over entries from the schema table for entries of the table whose root page was moved in the destroy operation
|
||||
// 4. Open an ephemeral table, and read over the entry from the schema table whose root page was moved in the destroy operation
|
||||
|
||||
// cursor id 1
|
||||
let sqlite_schema_cursor_id_1 = program.alloc_cursor_id(
|
||||
|
||||
Reference in New Issue
Block a user