-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 dependency peewee to v3.17.8 #33
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! |
6096066
to
8443700
Compare
Kudos, SonarCloud Quality Gate passed! |
8443700
to
4077832
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
00b8e18
to
74ec909
Compare
74ec909
to
2ecf02b
Compare
Quality Gate passedIssues Measures |
2ecf02b
to
157a3a2
Compare
Quality Gate passedIssues Measures |
157a3a2
to
7974ea9
Compare
7974ea9
to
48c6dcb
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
==3.16.2
->==3.17.8
Release Notes
coleifer/peewee (peewee)
v3.17.8
Compare Source
delete_instance()
when traversing nullableforeign-keys, #2952. Introduced in 3.17.6. Recommended that you update.
refs #2941.
v3.17.7
Compare Source
psycopg3://
.View commits
v3.17.6
Compare Source
model.delete_instance()
when a table containsforeign-keys at multiple depths of the graph, #2893.
time.time()
returnsidentical values for two connections. This adds a no-op comparable sentinel
to the heap to prevent any recurrence of this problem, #2901.
CASE
statements generate correct SQL.3.16.0).
constants are no longer available on the
Connection
instance.double-quoted string literals used as column defaults.
View commits
v3.17.5
Compare Source
This release fixes a build system problem in Python 3.12, #2891.
View commits
v3.17.4
Compare Source
of the CASE clauses consisted of a subquery. Refs #2873.
new fix in #2872 for regression in truthiness of cursor.
View commits
v3.17.3
Compare Source
View commits
v3.17.2
Compare Source
psycopg3
.jsonb
.list(query)
resulted in extra queries, #2871View commits
v3.17.1
Compare Source
BigBitField
, #2802.add_column_default
anddrop_column_default
migrator methods forspecifying a server-side default value, #2803.
star
attribute was causing issues for users who had a field namedstar on their models. This attribute is now renamed to
__star__
. #2796.model_to_dict()
when only aliases are present.reconnect=
argument toping()
if using MySQL 8.x.View commits
v3.17.0
Compare Source
@db.transaction
decorator/ctx manager ifan unhandled exception occurs. Previously, an unhandled exception that
occurred in a nested
transaction
context would trigger a rollback. The useof nested
transaction
has long been discouraged in the documentation: therecommendation is to always use
db.atomic
, which will use savepoints toproperly handle nested blocks. However, the new behavior should make it
easier to reason about transaction boundaries - see #2767 for discussion.
BEGIN
in the reconnect-mixin. Given that no transactionhas been started, reconnecting when beginning a new transaction ensures that
a reconnect will occur if it is safe to do so.
isolation_level
indb.atomic()
anddb.transaction()
when using Postgres and MySQL/MariaDB, which will apply tothe wrapped transaction. Note: Sqlite has supported a similar
lock_type
parameter for some time.
SQLITE_DETERMINISTIC
function flag. This allowsuser-defined Sqlite functions to be used in indexes and may be used by the
query planner.
column name.
View commits
v3.16.3
Compare Source
ManyToManyField
to prevent setting/getting values on unsavedinstances. This is worthwhile, since reading or writing a many-to-many has no
meaning when the instance is unsaved.
star()
helper toSource
base-class for selecting all columns.binary
types for mysql-connector and mariadb-connector.extract()
method to MySQLJSONField
for extracting a jsonpath.View commits
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.