Skip to content

Fixed SQLite truncation error "no such table: sqlite_sequence"#163

Merged
bmabey merged 1 commit intoDatabaseCleaner:masterfrom
lightswitch05:master
Dec 5, 2012
Merged

Fixed SQLite truncation error "no such table: sqlite_sequence"#163
bmabey merged 1 commit intoDatabaseCleaner:masterfrom
lightswitch05:master

Conversation

@lightswitch05
Copy link

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.

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
bmabey added a commit that referenced this pull request Dec 5, 2012
Fixed SQLite truncation error "no such table: sqlite_sequence"
@bmabey bmabey merged commit cfc9fd0 into DatabaseCleaner:master Dec 5, 2012
@bmabey
Copy link
Contributor

bmabey commented Dec 5, 2012

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants