Implement create virtual table and VUpdate opcode

This commit is contained in:
PThorpe92 2025-02-14 09:34:30 -05:00
parent d775b3ea5a
commit 9c8083231c
No known key found for this signature in database
GPG key ID: 66DB3FBACBDD05CC
22 changed files with 940 additions and 214 deletions

View file

@ -50,7 +50,7 @@ impl CursorType {
}
}
#[derive(Debug, Clone, PartialEq, Eq)]
#[derive(Debug, Clone, PartialEq, Eq, Copy)]
pub enum QueryMode {
Normal,
Explain,