On 24 Feb 2016, at 2:49am, Pankaj Bisen <pankajbsn at gmail.com> wrote:

> I have two unrelated tables table_A and table_B in my SQLite DB. Trying to
> drop table_B while a resultset is open on table_A throws

SQLite does not have table-level locking.  If anything in the database file 
needs to be locked then the whole database file is locked.

Simon.

Reply via email to