MerginMaps / MerginMaps/geodiff

Check whether rebase is valid in postgres driver

Open
#69 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.