database_cleaner/lib
Daniel ffc2c8af71 Fixed SQLite truncation error "no such table: sqlite_sequence"
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
2012-12-05 16:20:23 -05:00
..
database_cleaner Fixed SQLite truncation error "no such table: sqlite_sequence" 2012-12-05 16:20:23 -05:00
database_cleaner.rb DatabaseCleaner() method was cool, but really isn't needed... 2009-03-04 22:17:32 -07:00