mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
core: constraint check uniqueness
This commit is contained in:
parent
fc07ca9d73
commit
c8e5673f7a
6 changed files with 56 additions and 9 deletions
|
@ -383,9 +383,12 @@ pub fn insn_to_str(
|
|||
0,
|
||||
"".to_string(),
|
||||
),
|
||||
Insn::Halt => (
|
||||
Insn::Halt {
|
||||
err_code,
|
||||
description: _,
|
||||
} => (
|
||||
"Halt",
|
||||
0,
|
||||
*err_code as i32,
|
||||
0,
|
||||
0,
|
||||
OwnedValue::Text(Rc::new("".to_string())),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue