Remove deprecations.

This commit is contained in:
Nuno Cruces
2024-03-22 00:24:58 +00:00
parent 0f9ce387b9
commit af7fc3dcb7
5 changed files with 35 additions and 92 deletions

View File

@@ -206,9 +206,6 @@ type VTabTxn interface {
Rollback() error
}
// Deprecated: renamed for consistency with [Conn.TxnState].
type VTabTx = VTabTxn
// A VTabSavepointer allows a virtual table to implement
// nested transactions.
//