{sqlite} Rework the BeginTransaction so it supports IMMEDIATE transactions #15
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mcndave/ulmus#15
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the addition of busy_timeout, we can eliminate most SQL lock errors by forcing IMMEDIATE transactions and allowing our script to wait for an opened lock.