Uh oh!
There was an error while loading. Please reload this page.
iproto: fix schema with constraints fetch - #285
Merged
DifferentialOrange merged 2 commits intoFeb 28, 2023
Conversation
DifferentialOrangeforce-pushed
the
DifferentialOrange/gh-282-schema-depth
branch
2 times, most recently
from
February 27, 2023 11:49
28f506b to
162ae62CompareBefore this patch, only schemas with 3-level nesting were expected. Simple foreign keys schema has 4-level nesting. After this patch, nesting depth up to 32 is supported. (There are no known schemas with such nesting, but this should be enough for any future extensions.) Closes#282
DifferentialOrangeforce-pushed
the
DifferentialOrange/gh-282-schema-depth
branch
from
February 27, 2023 12:42
162ae62 to
4b457eaCompareDifferentialOrange
marked this pull request as ready for review
February 27, 2023 13:47
GRISHNOV
approved these changes
Feb 27, 2023
DifferentialOrange
deleted the
DifferentialOrange/gh-282-schema-depth
branch
February 28, 2023 07:16
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before this patch, only schemas with 3-level nesting were expected. Simple foreign keys schema has 4-level nesting. After this patch, nesting depth up to 32 is supported. (There are no known schemas with such nesting, but this should be enough for any future extensions.)
Closes#282