Skip to content

Commit b498a90

Browse files
authored
Remove broken SAVEPOINT implementation copied from rusqlite (#568)
DuckDB doesn't support [SAVEPOINT](https://www.sqlite.org/lang_savepoint.html) transactions.
2 parents 5c3304f + 2f1559d commit b498a90

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)