You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resolves the issue, but I suppose that could raise some compatibility issues with certain versions of PostgreSQL.
This seems like it would be a fairly simple PR, but I would rather get some insight from the maintainers first as I'm not at all familiar with this codebase. Thanks!
The text was updated successfully, but these errors were encountered:
All the tables are properly truncated, but consecutive test runs start auto-incremented sequences where they left off, instead of back at 1.
In lib/database_cleaner/sequel/truncation.rb, changing line 19:
to
resolves the issue, but I suppose that could raise some compatibility issues with certain versions of PostgreSQL.
This seems like it would be a fairly simple PR, but I would rather get some insight from the maintainers first as I'm not at all familiar with this codebase. Thanks!
The text was updated successfully, but these errors were encountered: