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 dependency peewee to v3.17.8 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
peewee ==3.16.2 -> ==3.17.8 age adoption passing confidence

Release Notes

coleifer/peewee (peewee)

v3.17.8

Compare Source

  • Fix regression in behavior of delete_instance() when traversing nullable
    foreign-keys, #​2952. Introduced in 3.17.6. Recommended that you update.
  • Fix bug where joins not cloned when going from join-less -> joined query,
    refs #​2941.

v3.17.7

Compare Source

  • Add db_url support for psycopg3 via psycopg3://.
  • Ensure double-quotes are escaped properly when introspecting constraints.
  • A few documentation-related fixes.

View commits

v3.17.6

Compare Source

  • Fix bug in recursive model.delete_instance() when a table contains
    foreign-keys at multiple depths of the graph, #​2893.
  • Fix regression in pool behavior on systems where time.time() returns
    identical values for two connections. This adds a no-op comparable sentinel
    to the heap to prevent any recurrence of this problem, #​2901.
  • Ensure that subqueries inside CASE statements generate correct SQL.
  • Fix regression that broke server-side cursors with Postgres (introduced in
    3.16.0).
  • Fix to ensure compatibility with psycopg3 - the libpq TransactionStatus
    constants are no longer available on the Connection instance.
  • Fix quoting issue in pwiz that could generate invalid python code for
    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

  • Fix bug that could occur when using CASE inside a function, and one or more
    of the CASE clauses consisted of a subquery. Refs #​2873.
    new fix in #​2872 for regression in truthiness of cursor.
  • Fix bug in the conversion of TIMESTAMP type in Sqlite on Python 3.12+.
  • Fix for hybrid properties on subclasses when aliased (#​2888).
  • Many fixes for SqliteQueueDatabase (#​2874, #​2876, #​2877).

View commits

v3.17.3

Compare Source

  • Better fix for #​2871 (extraneous queries when coercing query to list), and

View commits

v3.17.2

Compare Source

  • Full support for psycopg3.
  • Basic support for Sqlite jsonb.
  • Fix bug where calling list(query) resulted in extra queries, #​2871

View commits

v3.17.1

Compare Source

  • Add bitwise and other helper methods to BigBitField, #​2802.
  • Add add_column_default and drop_column_default migrator methods for
    specifying a server-side default value, #​2803.
  • The new star attribute was causing issues for users who had a field named
    star on their models. This attribute is now renamed to __star__. #​2796.
  • Fix compatibility issues with 3.12 related to utcnow() deprecation.
  • Add stricter locking on connection pool to prevent race conditions.
  • Add adapters and converters to Sqlite to replace ones deprecated in 3.12.
  • Fix bug in model_to_dict() when only aliases are present.
  • Fix version check for Sqlite native drop column support.
  • Do not specify a reconnect= argument to ping() if using MySQL 8.x.

View commits

v3.17.0

Compare Source

  • Only roll-back in the outermost @db.transaction decorator/ctx manager if
    an unhandled exception occurs. Previously, an unhandled exception that
    occurred in a nested transaction context would trigger a rollback. The use
    of nested transaction has long been discouraged in the documentation: the
    recommendation is to always use db.atomic, which will use savepoints to
    properly handle nested blocks. However, the new behavior should make it
    easier to reason about transaction boundaries - see #​2767 for discussion.
  • Cover transaction BEGIN in the reconnect-mixin. Given that no transaction
    has been started, reconnecting when beginning a new transaction ensures that
    a reconnect will occur if it is safe to do so.
  • Add support for setting isolation_level in db.atomic() and
    db.transaction() when using Postgres and MySQL/MariaDB, which will apply to
    the wrapped transaction. Note: Sqlite has supported a similar lock_type
    parameter for some time.
  • Add support for the Sqlite SQLITE_DETERMINISTIC function flag. This allows
    user-defined Sqlite functions to be used in indexes and may be used by the
    query planner.
  • Fix unreported bug in dataset import when inferred field name differs from
    column name.

View commits

v3.16.3

Compare Source

  • Support for Cython 3.0.
  • Add flag to ManyToManyField to prevent setting/getting values on unsaved
    instances. This is worthwhile, since reading or writing a many-to-many has no
    meaning when the instance is unsaved.
  • Adds a star() helper to Source base-class for selecting all columns.
  • Fix missing binary types for mysql-connector and mariadb-connector.
  • Add extract() method to MySQL JSONField 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update dependency peewee to v3.16.3 Update dependency peewee to v3.17.0 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/peewee-3.x branch from 6096066 to 8443700 Compare October 13, 2023 19:22
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update dependency peewee to v3.17.0 Update dependency peewee to v3.17.1 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/peewee-3.x branch from 8443700 to 4077832 Compare February 5, 2024 16:05
Copy link

sonarqubecloud bot commented Feb 5, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title Update dependency peewee to v3.17.1 Update dependency peewee to v3.17.2 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/peewee-3.x branch 2 times, most recently from 00b8e18 to 74ec909 Compare April 17, 2024 16:32
@renovate renovate bot changed the title Update dependency peewee to v3.17.2 Update dependency peewee to v3.17.3 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/peewee-3.x branch from 74ec909 to 2ecf02b Compare May 10, 2024 14:37
@renovate renovate bot changed the title Update dependency peewee to v3.17.3 Update dependency peewee to v3.17.5 May 10, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title Update dependency peewee to v3.17.5 Update dependency peewee to v3.17.6 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/peewee-3.x branch from 2ecf02b to 157a3a2 Compare July 6, 2024 17:31
Copy link

sonarqubecloud bot commented Jul 6, 2024

@renovate renovate bot changed the title Update dependency peewee to v3.17.6 Update dependency peewee to v3.17.7 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/peewee-3.x branch from 157a3a2 to 7974ea9 Compare October 15, 2024 15:53
@renovate renovate bot changed the title Update dependency peewee to v3.17.7 Update dependency peewee to v3.17.8 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/peewee-3.x branch from 7974ea9 to 48c6dcb Compare November 12, 2024 19:23
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.

0 participants