mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Implement create virtual table and VUpdate opcode
This commit is contained in:
parent
d775b3ea5a
commit
9c8083231c
22 changed files with 940 additions and 214 deletions
|
@ -50,7 +50,7 @@ impl CursorType {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Copy)]
|
||||
pub enum QueryMode {
|
||||
Normal,
|
||||
Explain,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue