Closed Bug 860357 Opened 11 years ago Closed 4 years ago

Use sqlite3_get_autocommit instead of manually tracking transactions

Categories

(Toolkit :: Storage, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1613835

People

(Reporter: rnewman, Unassigned)

References

Details

Follow on from Bug 856925.
Blocks: 856925
No longer depends on: 856925
to add some details, we are currently tracking transactions through the calls to beginTransactionInternal, commit and rollback... This is very bogus cause it doesn't take into account externally created transactions and savepoints.
It also causes related bugs like bug 559659.

Short, our transactions management is broken.
(In reply to Marco Bonardo [:mak] (needinfo? me) from comment #1)
> Short, our transactions management is broken.

Agreed.
Priority: -- → P3

7 years later, we did this in bug 1613835. 😁 Our transaction management story is still Not Great™️, bug 1619480 has a summary.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
See Also: → 1619480
You need to log in before you can comment on or make changes to this bug.