MerginMaps / MerginMaps/geodiff
Check whether rebase is valid in postgres driver
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 183
- Forks
- 21
- Avg merge
- 9d 11h
- Merged PRs (30d)
- 2
Description
The function PostgresDriver::checkCompatibleForRebase() is not implemented yet.
Similarly to sqlite driver, it should check for presence of unsupported features (e.g. foreign keys or some custom triggers (?)) that could produce invalid rebase.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with PostgresDriver::checkCompatibleForRebase() and compare it with the sqlite driver implementation. Identify which unsupported features, including foreign keys or custom triggers, can make a rebase invalid; done means the PostgreSQL check is implemented and covers the relevant cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgres, sqlite
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100