Skip to content

Commit 2f1559d

Browse files
committed
Remove broken SAVEPOINT implementation copied from rusqlite
DuckDB doesn't support SAVEPOINT transactions.
1 parent 5073edf commit 2f1559d

File tree

2 files changed

+4
-342
lines changed

2 files changed

+4
-342
lines changed

crates/duckdb/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub use crate::{
8383
params::{params_from_iter, Params, ParamsFromIter},
8484
row::{AndThenRows, Map, MappedRows, Row, RowIndex, Rows},
8585
statement::Statement,
86-
transaction::{DropBehavior, Savepoint, Transaction, TransactionBehavior},
86+
transaction::{DropBehavior, Transaction, TransactionBehavior},
8787
types::ToSql,
8888
};
8989
#[cfg(feature = "polars")]

0 commit comments

Comments
 (0)