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

OutOfMemory exception in SQL editor #69

Merged
merged 1 commit into from
Jun 6, 2016
Merged

Conversation

AlexL70
Copy link
Contributor

@AlexL70 AlexL70 commented Jun 6, 2016

This tiny fix deals with an issue which occurs when really big (like > 30 MB) script is run in the editor. It causes OutOfMemory exception. The issue is described here http://stackoverflow.com/questions/16539584/string-replace-vs-stringbuilder-replace-for-memory in details. Hope this helps. And thank you for this outstanding tool.

@ErikEJ ErikEJ merged commit 3685e42 into ErikEJ:master Jun 6, 2016
@ErikEJ
Copy link
Owner

ErikEJ commented Jun 6, 2016

Thanks for a great contribution!

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