We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is the Limitations and caveats section of the readme outdated?
The current implementation caches this information in a ConcurrentDictionary object. The objects it stores are never flushed.
8ed5f61 added automatic GC.
If you are generating SQL strings on the fly without using parameters it is possible you will hit memory issues.
Does 8747316 have implications for that statement?
The text was updated successfully, but these errors were encountered:
Yes, 8747316 added back unbounded implications, but since we don't track a hit count there cleanup isn't so easy. @mgravell think this is an issue?
Sorry, something went wrong.
3c7cde2
No branches or pull requests
Is the Limitations and caveats section of the readme outdated?
8ed5f61 added automatic GC.
Does 8747316 have implications for that statement?
The text was updated successfully, but these errors were encountered: