This commit is contained in:
RS2007
2025-07-26 17:38:29 +05:30
parent 282222a39f
commit e31435e416

View File

@@ -875,7 +875,6 @@ impl Connection {
}
#[instrument(skip_all, level = Level::INFO)]
pub fn prepare(self: &Arc<Connection>, sql: impl AsRef<str>) -> Result<Statement> {
pub fn prepare_execute_batch(self: &Arc<Connection>, sql: impl AsRef<str>) -> Result<()> {
if self.closed.get() {
return Err(LimboError::InternalError("Connection closed".to_string()));