You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Autocommit was always supported in API by using the isc_tpb_autocommit tag. It would make sense to surface it in DSQL too by extending the SET TRANSACTION statement.
dimitr, isc_tpb autocommit still calls COMMIT RETAIN? Is it possible to introduce an additional parameter specifying what kind of COMMIT? COMMIT RETAIN or COMMIT and start new transaction to allow not keep garbage collection.
For example
AUTO COMMIT [RETAIN]
Submitted by: @dyemanov
Autocommit was always supported in API by using the isc_tpb_autocommit tag. It would make sense to surface it in DSQL too by extending the SET TRANSACTION statement.
Commits: c1d69d0 FirebirdSQL/fbt-repository@009a8d8
The text was updated successfully, but these errors were encountered: