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, 2012This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters