0 votes
in Django by

Which applies the changes till savepoint to the transaction and releases the SID?

select the correct answer from below options

a) savepoint_commit(sid, using=None)

b) savepoint_rollback(sid, using=None)

c) savepoint(using=None)

d) None of the options

1 Answer

0 votes
by
b) savepoint_rollback(sid, using=None)

Related questions

0 votes
asked Jun 25, 2022 in Django by sharadyadav1986
0 votes
asked Jun 25, 2022 in Django by sharadyadav1986
...