Fixed SQLite truncation error "no such table: sqlite_sequence" by lightswitch05 · Pull Request #163 · DatabaseCleaner/database_cleaner

SQLite truncation assumes the "sqlite_sequence" table exists and fails
if it does not. Added private function `uses_sequence` to make sure the
table exists first

added a commit that referenced this pull request

Dec 5, 2012
Fixed SQLite truncation error "no such table: sqlite_sequence"