Skip to content
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

Prevent infinite loops #17

Merged
merged 2 commits into from
Jul 16, 2018

Conversation

benrudolph
Copy link
Contributor

After you have 1000 keys of the same name you hit an infinite loop

jinjasql/core.py Outdated
@@ -1,4 +1,5 @@
from __future__ import unicode_literals
import random
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is getting overridden in line 21.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@devashishsharma2302
Copy link
Contributor

@benrudolph Thanks for the Fix.

@devashishsharma2302 devashishsharma2302 merged commit c81795b into sripathikrishnan:master Jul 16, 2018
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.

None yet

3 participants