Opened 9 years ago

Closed 8 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

  1. throw a meaningful error, e.g. database update failed because of query in progress
  2. 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 Dimitar Misev, 9 years ago

Milestone: 9.110.0

comment:2 by Dimitar Misev, 8 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.