Why cannot drop the table test?

sqlite> begin transaction;
sqlite> create virtual table test using fts5;
Error: vtable constructor failed: test
sqlite> commit;
sqlite> 
sqlite> drop table test;
Error: vtable constructor failed: test

sqlite> .tables
test          test_content  test_docsize
test_config   test_data     test_idx    

$sqlite3 --version
3.11.1 2016-03-03 16:17:53 f047920ce16971e573bc6ec9a48b118c9de2b3a7

-- 
http://fresh.flatassembler.net
http://asm32.info
John Found <johnfound at asm32.info>

Reply via email to