mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-22 16:35:30 +01:00
Correct not null error message
This commit is contained in:
@@ -1619,7 +1619,7 @@ pub fn halt(
|
||||
}
|
||||
SQLITE_CONSTRAINT_NOTNULL => {
|
||||
return Err(LimboError::Constraint(format!(
|
||||
"NOTNULL constraint failed: {} (19)",
|
||||
"NOT NULL constraint failed: {} (19)",
|
||||
description
|
||||
)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user