sqlite-jdbc
sqlite-jdbc copied to clipboard
Table locked after query sqlite_master
Hello, I got an table locked error after query sqlite_master. For instance, I tried "SELECT COUNT(*) FROM sqlite_master WHERE type='table' AND name='INPUT_TABLE'", then the table "INPUT_TABLE" is locked. And I cannot execute "DROP TABLE INPUT_TABLE".
I tried this on sqlite shell, there is no error in shell. So I guess this is due to the jdbc.
Thanks
Is this still happening on the latest version?