Self-referential predicate hashes as statement template args (#494)
* Support quoted predicate hashes, including self-referential predicates * Clippy * Review feedback
This commit is contained in:
parent
13cabdb511
commit
1e592e11cf
9 changed files with 573 additions and 31 deletions
|
|
@ -345,7 +345,9 @@ fn build_single_batch(
|
|||
})?;
|
||||
}
|
||||
|
||||
Ok(builder.finish())
|
||||
builder.finish().map_err(|e| BatchingError::Internal {
|
||||
message: format!("Failed to finalize batch '{}': {}", batch_name, e),
|
||||
})
|
||||
}
|
||||
|
||||
/// Build a statement template with properly resolved predicate references
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue