Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Update peewee to 3.14.8 #510

Merged
merged 1 commit into from Oct 29, 2021
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates peewee from 3.14.7 to 3.14.8.

Changelog

3.14.8

Back-out all changes to automatically use RETURNING for `SqliteExtDatabase`,
`CSqliteExtDatabase` and `APSWDatabase`. The issue I found is that when a
RETURNING cursor is not fully-consumed, any parent SAVEPOINT (and possibly
transaction) would not be able to be released. Since this is a
backwards-incompatible change, I am going to back it out for now.

Returning clause can still be specified for Sqlite, however it just needs to be
done so manually rather than having it applied automatically.

[View commits](https://github.com/coleifer/peewee/compare/3.14.7...3.14.8)
Links

@coveralls
Copy link

coveralls commented Oct 28, 2021

Coverage Status

Coverage decreased (-0.6%) to 84.241% when pulling ef8a6f6 on pyup-update-peewee-3.14.7-to-3.14.8 into 6238305 on master.

@fkztw fkztw merged commit 3ff056f into master Oct 29, 2021
@fkztw fkztw deleted the pyup-update-peewee-3.14.7-to-3.14.8 branch October 29, 2021 15:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants