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

Is Johnny Cache compatible with PostgreSQL autocommit? #43

Closed
AudriusButkevicius opened this issue Nov 25, 2013 · 5 comments
Closed

Is Johnny Cache compatible with PostgreSQL autocommit? #43

AudriusButkevicius opened this issue Nov 25, 2013 · 5 comments

Comments

@AudriusButkevicius
Copy link

The docs explain that this is a tricky part:
http://pythonhosted.org/johnny-cache/queryset_cache.html#transactions

But I am struggling to understand if autocommit causes any issues for Johnny?
Or does it make Johnny's life easier?

@AudriusButkevicius
Copy link
Author

Also, just to make this clear, TransactionMiddleware is not used in my case.

@jself
Copy link
Collaborator

jself commented Nov 25, 2013

Autocommit, at least prior to 1.6, does not cause any issues with Johnny.
We're still working on 1.6 support unfortunately, but it'll be transparent
as well.

On Mon, Nov 25, 2013 at 8:22 AM, Audrius Butkevicius <
notifications@github.com> wrote:

Also, just to make this clear, TransactionMiddleware is not used in my
case.


Reply to this email directly or view it on GitHubhttps://github.com//issues/43#issuecomment-29200837
.

@AudriusButkevicius
Copy link
Author

By saying prior 1.6 do you mean prior Johnny introduced support for Django 1.6, or Django versions prior 1.6?

In case it's the first case, what is the last commit usable by 1.5 with autocommit on?

@jself
Copy link
Collaborator

jself commented Nov 25, 2013

Django versions prior to 1.6, Johnny doesn't yet support Django 1.6

On Mon, Nov 25, 2013 at 11:37 AM, Audrius Butkevicius <
notifications@github.com> wrote:

By saying prior 1.6 do you mean prior Johnny introduced support for Django
1.6, or Django versions prior 1.6?

In case it's the first case, what is the last commit usable by 1.5 with
autocommit on?


Reply to this email directly or view it on GitHubhttps://github.com//issues/43#issuecomment-29217068
.

@AudriusButkevicius
Copy link
Author

Thank you!
I suggest mentioning this in the docs.

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

No branches or pull requests

2 participants