My version of sqlite does not support IF EXISTS operator. So how can I drop a table which may or may not exist without getting an error slapped at me?
EDIT: FYI, IF EXISTS
and IF NOT EXISTS
were added to SQLite 3.3.0 http://www.sqlite.org/releaselog/3_3_0.html.
That's not my solution though, I can't update the version on a live application right now.