Database subset with key integrity checks, ensuring integrity within circular dependencies.
Main features:
Added support for both left and right joins, depending on the constraint.
Generates reliable recursive queries with integrity checks for circular dependencies
Fixed some bugs from the previous increment
Refactored code
This version does not yet support cases where there are multiple cycles within a single strongly connected component (SCC). This will be addressed in the next increment.
This partially closes #147.
The features that must be implemented in the 4th code increment include:
Definition of logical foreign keys.
Resolution of multiple cycles within a single SCC.
Database subset with key integrity checks, ensuring integrity within circular dependencies.
Main features:
This version does not yet support cases where there are multiple cycles within a single strongly connected component (SCC). This will be addressed in the next increment.
This partially closes #147.
The features that must be implemented in the 4th code increment include:
Closes #147