mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Merge 'perf/prepare: box even more stuff to shrink the YYMINORTYPE enum further' from Jussi Saurio
the boxings will continue until morale improves <img width="621" alt="Screenshot 2025-02-09 at 14 16 21" src="https://github.com/user- attachments/assets/887d218d-3db7-4a64-ad81-b7431adb23bb" /> Closes #947
This commit is contained in:
commit
9e65d7ddea
9 changed files with 415 additions and 343 deletions
|
@ -127,7 +127,7 @@ impl Database {
|
|||
let Stmt::CreateTable { body, .. } = stmt else {
|
||||
return ResultCode::Error;
|
||||
};
|
||||
let Ok(columns) = columns_from_create_table_body(body) else {
|
||||
let Ok(columns) = columns_from_create_table_body(*body) else {
|
||||
return ResultCode::Error;
|
||||
};
|
||||
let vtab_module = self.vtab_modules.get(name).unwrap().clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue