-
Notifications
You must be signed in to change notification settings - Fork 46
Exception on connection to server with foreign_key #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
Thank you for the issue. It seems like a bug, I'll dig deeper a bit later. |
Seems like this tight recursion limit (my bad idea) plays poor in terms of compatibility with future tarantool versions. I think there should be some limit, but not a such tight one. |
DifferentialOrange
added a commit
that referenced
this issue
Feb 27, 2023
DifferentialOrange
added a commit
that referenced
this issue
Feb 27, 2023
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
DifferentialOrange
added a commit
that referenced
this issue
Feb 27, 2023
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
DifferentialOrange
added a commit
that referenced
this issue
Feb 27, 2023
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
DifferentialOrange
added a commit
that referenced
this issue
Feb 27, 2023
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
DifferentialOrange
added a commit
that referenced
this issue
Feb 28, 2023
DifferentialOrange
added a commit
that referenced
this issue
Feb 28, 2023
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
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run the next simple server code with
foreign_key
:Then I'm trying to run:
When I comment the line with
foreign_key
my code can connect without problem.Please help.
The text was updated successfully, but these errors were encountered: