-
Notifications
You must be signed in to change notification settings - Fork 562
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
Pickle support? #14
Comments
Added in 3.0.7 Let me know how it works for you. There is a lot of error checking, but perhaps we can optimize that if necessary. |
WORKED. You've been really THE MAN! Keep pushing, the new cloud-based Azure SQL projects will boost the use of pyodbc in django (as it's our ORM django database backend), so keep the amazing work you're doing, it'll grow for sure :) |
This was referenced Sep 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No queryset pyodbc could be pickled so it cannot be cached in memcached... any tip or plan for that? Uncached orm performs dramatically slower in our project. Thanx
The text was updated successfully, but these errors were encountered: