Skip to content

fix: prevent schema relation infinite loop during CRUD generation #62

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hunter-and1
Copy link

No description provided.

@awais-vteams
Copy link
Owner

@hunter-and1 Why is it going into an infinite loop?

@hunter-and1
Copy link
Author

in schema load i get like 182 tables and operations are database intensive, and with many tables, the execution time compounds quickly, especially since it's doing multiple schema lookups for each table. Schema operations are very slow on large databases , that why i do timeout mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants