`CREATE TABLE test (a INTEGER); DROP VIEW IF EXISTS test;` Expected behavior: DROP VIEW should do just nothing as no view with that name exists. Actual behavior: Error: use DROP TABLE to delete table
`CREATE TABLE test (a INTEGER); DROP VIEW IF EXISTS test;` Expected behavior: DROP VIEW should do just nothing as no view with that name exists. Actual behavior: Error: use DROP TABLE to delete table