Opened 10 years ago
Closed 9 years ago
#885 closed defect (duplicate)
SQLite locking and updates
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | relblobif | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
SQLite is locked for updates when a select or update is in progress.
rasdaman throws back a generic database error, but it should either
- throw a meaningful error, e.g. database update failed because of query in progress
- or it should queue the query and attempt the update a few times, until it succeeds or a timeout is reached.
I'd vote for option 2.
Change History (2)
comment:1 by , 9 years ago
Milestone: | 9.1 → 10.0 |
---|
comment:2 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.