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

Update the query only branch. #297

Merged
merged 129 commits into from
Feb 27, 2024

Conversation

audetto
Copy link
Contributor

@audetto audetto commented Nov 16, 2023

I've updated the query-only branch.

#113

grantjenks and others added 30 commits August 22, 2020 21:59
When initializing a Deque, a transaction was used to extend elements from the
given iterable. The transaction is not used in Index.__init__ or in the
FanoutCache.fromcache API.

Users that want Deque.__init__ to use a transaction as before should use:

    d = Deque()
    with d.transact():
        d.extend(iterable)

The transaction is therefore explicit and consistent with other APIs.
@audetto
Copy link
Contributor Author

audetto commented Nov 16, 2023

It is probably more interesting to look at this

master...audetto:python-diskcache:query-only-2023

Signed-off-by: Andrea Odetti <[email protected]>
Signed-off-by: Andrea Odetti <[email protected]>
@grantjenks grantjenks merged commit 59955bd into grantjenks:query-only-support Feb 27, 2024
20 checks passed
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.