-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(39): set end_transaction_id for association columns as well
since we are in direction to support versioning control on tables as well as ORM models, extended support for filling end transaction id column in association table as well when manager has validity strategy enabled. this for now is a kind of hacky as we don't support specifying configurations on table level so we refer configurations mentioned in manager and apply it globally, alternatively we can give an option to disable this behaviour even though validity strategy is enabled but didn't encorporated it because it seemed bit of an over-configgyy solution for now want to let the value be set.
- Loading branch information
1 parent
568cfb5
commit 5a3cc72
Showing
2 changed files
with
123 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters