cockroachdb / cockroachdb/activerecord-cockroachdb-adapter
Verify overloads of `==`, `hash` and `*_coder` methods
Open
- Dominant language
- Ruby
- Stars
- 105
- Forks
- 56
- Avg merge
- 9h 5m
- Merged PRs (30d)
- 3
Description
Going to rails 8.1, I saw that we were missing some overrides, which made some tests flaky due to rails' deduplicable logic. But mostly, which was wrong!
Since we want to publish 8.1 quickly, and the bug is already here anyway. I'll mark the code with some `TODO` referencing this issue. We'll need to both address theses TODOs and check if there are other places where deduplication is failing.
Contributor guide
Assessment
This issue has not been assessed yet.