Skip to content

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

Open
hunter-and1 wants to merge 4 commits into
awais-vteams:masterfrom
hunter-and1:fix/schema-relations-loop-timeout
Open

fix: prevent schema relation infinite loop during CRUD generation#62
hunter-and1 wants to merge 4 commits into
awais-vteams:masterfrom
hunter-and1:fix/schema-relations-loop-timeout

Conversation

@hunter-and1

Copy link
Copy Markdown

No description provided.

@awais-vteams

Copy link
Copy Markdown
Owner

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

@hunter-and1

Copy link
Copy Markdown
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